BlobInventoryPolicyFilter interface

An object that defines the blob inventory rule filter conditions.

Properties

blobTypes

An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs.

includeBlobVersions

Includes blob versions in blob inventory when value set to true.

includeSnapshots

Includes blob snapshots in blob inventory when value set to true.

prefixMatch

An array of strings for blob prefixes to be matched.

Property Details

blobTypes

An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs.

blobTypes: string[]

Property Value

string[]

includeBlobVersions

Includes blob versions in blob inventory when value set to true.

includeBlobVersions?: boolean

Property Value

boolean

includeSnapshots

Includes blob snapshots in blob inventory when value set to true.

includeSnapshots?: boolean

Property Value

boolean

prefixMatch

An array of strings for blob prefixes to be matched.

prefixMatch?: string[]

Property Value

string[]