IndexingParametersExtensions.DoNotFailOnUnsupportedContentType Method

Definition

Caution

This behavior is now enabled by default, so calling this method is no longer necessary.

Specifies that BlobExtractionMode.StorageMetadata blob extraction mode will be automatically used for blobs of unsupported content types. This behavior is enabled by default.

[System.Obsolete("This behavior is now enabled by default, so calling this method is no longer necessary.")]
public static Microsoft.Azure.Search.Models.IndexingParameters DoNotFailOnUnsupportedContentType (this Microsoft.Azure.Search.Models.IndexingParameters parameters);
[<System.Obsolete("This behavior is now enabled by default, so calling this method is no longer necessary.")>]
static member DoNotFailOnUnsupportedContentType : Microsoft.Azure.Search.Models.IndexingParameters -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function DoNotFailOnUnsupportedContentType (parameters As IndexingParameters) As IndexingParameters

Parameters

parameters
IndexingParameters

IndexingParameters to configure.

Returns

Attributes

Remarks

This option only applies to indexers that index Azure Blob Storage.

Applies to