KnownBlobIndexerParsingMode enum

Known values of BlobIndexerParsingMode that the service accepts.

Fields

Default

Set to default for normal file processing.

DelimitedText

Set to delimitedText when blobs are plain CSV files.

Json

Set to json to extract structured content from JSON files.

JsonArray

Set to jsonArray to extract individual elements of a JSON array as separate documents.

JsonLines

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

Text

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