ManagementPolicyFilter interface

Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.

Properties

blobIndexMatch

An array of blob index tag based filters, there can be at most 10 tag filters

blobTypes

An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.

prefixMatch

An array of strings for prefixes to be match.

Property Details

blobIndexMatch

An array of blob index tag based filters, there can be at most 10 tag filters

blobIndexMatch?: TagFilter[]

Property Value

blobTypes

An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.

blobTypes: string[]

Property Value

string[]

prefixMatch

An array of strings for prefixes to be match.

prefixMatch?: string[]

Property Value

string[]