IndexingParametersConfiguration.FailOnUnsupportedContentType 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.
For Azure blobs, set to false if you want to continue indexing when an unsupported content type is encountered, and you don't know all the content types (file extensions) in advance.
public bool? FailOnUnsupportedContentType { get; set; }
member this.FailOnUnsupportedContentType : Nullable<bool> with get, set
Public Property FailOnUnsupportedContentType As Nullable(Of Boolean)