Package version:

Enumeration KnownBlobIndexerParsingMode

Known values of BlobIndexerParsingMode that the service accepts.

Enumeration Members

Default: "default"

Set to default for normal file processing.

DelimitedText: "delimitedText"

Set to delimitedText when blobs are plain CSV files.

Json: "json"

Set to json to extract structured content from JSON files.

JsonArray: "jsonArray"

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

JsonLines: "jsonLines"

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

Text: "text"

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