BlobInventoryPolicyFilter interface
An object that defines the blob inventory rule filter conditions.
Properties
blob |
An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. |
include |
Includes blob versions in blob inventory when value set to true. |
include |
Includes blob snapshots in blob inventory when value set to true. |
prefix |
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[]