BlobIndexerDataToExtract Struct

Definition

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". This applies to embedded image content in a .PDF or other application, or image files such as .jpg and .png, in Azure blobs.

public readonly struct BlobIndexerDataToExtract : IEquatable<Azure.Search.Documents.Indexes.Models.BlobIndexerDataToExtract>
type BlobIndexerDataToExtract = struct
Public Structure BlobIndexerDataToExtract
Implements IEquatable(Of BlobIndexerDataToExtract)
Inheritance
BlobIndexerDataToExtract
Implements

Constructors

BlobIndexerDataToExtract(String)

Initializes a new instance of BlobIndexerDataToExtract.

Properties

AllMetadata

Extracts metadata provided by the Azure blob storage subsystem and the content-type specific metadata (for example, metadata unique to just .png files are indexed).

ContentAndMetadata

Extracts all metadata and textual content from each blob.

StorageMetadata

Indexes just the standard blob properties and user-specified metadata.

Methods

Equals(BlobIndexerDataToExtract)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BlobIndexerDataToExtract, BlobIndexerDataToExtract)

Determines if two BlobIndexerDataToExtract values are the same.

Implicit(String to BlobIndexerDataToExtract)

Converts a string to a BlobIndexerDataToExtract.

Inequality(BlobIndexerDataToExtract, BlobIndexerDataToExtract)

Determines if two BlobIndexerDataToExtract values are not the same.

Applies to