IndexingParametersConfiguration.ParsingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parsing mode for indexing from an Azure blob data source.
public Azure.Search.Documents.Indexes.Models.BlobIndexerParsingMode? ParsingMode { get; set; }
member this.ParsingMode : Nullable<Azure.Search.Documents.Indexes.Models.BlobIndexerParsingMode> with get, set
Public Property ParsingMode As Nullable(Of BlobIndexerParsingMode)