Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerDataToExtract
Packages that use BlobIndexerDataToExtract
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of BlobIndexerDataToExtract in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as BlobIndexerDataToExtractModifier and TypeFieldDescriptionstatic final BlobIndexerDataToExtract
BlobIndexerDataToExtract.ALL_METADATA
Static value allMetadata for BlobIndexerDataToExtract.static final BlobIndexerDataToExtract
BlobIndexerDataToExtract.CONTENT_AND_METADATA
Static value contentAndMetadata for BlobIndexerDataToExtract.static final BlobIndexerDataToExtract
BlobIndexerDataToExtract.STORAGE_METADATA
Static value storageMetadata for BlobIndexerDataToExtract.Methods in com.azure.search.documents.indexes.models that return BlobIndexerDataToExtractModifier and TypeMethodDescriptionstatic BlobIndexerDataToExtract
BlobIndexerDataToExtract.fromString
(String name) Creates or finds a BlobIndexerDataToExtract from its string representation.IndexingParametersConfiguration.getDataToExtract()
Get the dataToExtract property: Specifies the data to extract from Azure blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none".Methods in com.azure.search.documents.indexes.models that return types with arguments of type BlobIndexerDataToExtractModifier and TypeMethodDescriptionstatic Collection<BlobIndexerDataToExtract>
BlobIndexerDataToExtract.values()
Gets known BlobIndexerDataToExtract values.Methods in com.azure.search.documents.indexes.models with parameters of type BlobIndexerDataToExtractModifier and TypeMethodDescriptionIndexingParametersConfiguration.setDataToExtract
(BlobIndexerDataToExtract dataToExtract) Set the dataToExtract property: Specifies the data to extract from Azure blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none".