Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerDataToExtract
Packages that use BlobIndexerDataToExtract
Package
Description
Package containing the data models 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 BlobIndexerDataToExtractBlobIndexerDataToExtract.ALL_METADATAExtracts metadata provided by the Azure blob storage subsystem and the content-type specific metadata (for example, metadata unique to just .png files are indexed).static final BlobIndexerDataToExtractBlobIndexerDataToExtract.CONTENT_AND_METADATAExtracts all metadata and textual content from each blob.static final BlobIndexerDataToExtractBlobIndexerDataToExtract.STORAGE_METADATAIndexes just the standard blob properties and user-specified metadata.Methods in com.azure.search.documents.indexes.models that return BlobIndexerDataToExtractModifier and TypeMethodDescriptionstatic BlobIndexerDataToExtractBlobIndexerDataToExtract.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".