Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownBlobIndexerDataToExtract

Package version

Known values of BlobIndexerDataToExtract that the service accepts.

Index

Enumeration members

AllMetadata

AllMetadata: = "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

ContentAndMetadata: = "contentAndMetadata"

Extracts all metadata and textual content from each blob.

StorageMetadata

StorageMetadata: = "storageMetadata"

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

Generated using TypeDoc