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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET