Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownBlobIndexerParsingMode

Package version

Known values of BlobIndexerParsingMode that the service accepts.

Index

Enumeration members

Default

Default: = "default"

Set to default for normal file processing.

DelimitedText

DelimitedText: = "delimitedText"

Set to delimitedText when blobs are plain CSV files.

Json

Json: = "json"

Set to json to extract structured content from JSON files.

JsonArray

JsonArray: = "jsonArray"

Set to jsonArray to extract individual elements of a JSON array as separate documents in Azure Cognitive Search.

JsonLines

JsonLines: = "jsonLines"

Set to jsonLines to extract individual JSON entities, separated by a new line, as separate documents in Azure Cognitive Search.

Text

Text: = "text"

Set to text to improve indexing performance on plain text files in blob storage.

Generated using TypeDoc