IndexingParametersExtensions.SetBlobExtractionMode Method
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.
Specifies which parts of a blob will be indexed by the blob storage indexer.
public static Microsoft.Azure.Search.Models.IndexingParameters SetBlobExtractionMode (this Microsoft.Azure.Search.Models.IndexingParameters parameters, Microsoft.Azure.Search.Models.BlobExtractionMode extractionMode);
static member SetBlobExtractionMode : Microsoft.Azure.Search.Models.IndexingParameters * Microsoft.Azure.Search.Models.BlobExtractionMode -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function SetBlobExtractionMode (parameters As IndexingParameters, extractionMode As BlobExtractionMode) As IndexingParameters
Parameters
- parameters
- IndexingParameters
IndexingParameters to configure.
- extractionMode
- BlobExtractionMode
A BlobExtractionMode
value specifying what to index.
Returns
The IndexingParameters instance.
Remarks
This option only applies to indexers that index Azure Blob Storage. https://docs.microsoft.com/azure/search/search-howto-indexing-azure-blob-storage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET