Package version:

Interface ManagementPolicyFilter

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.

interface ManagementPolicyFilter {
    blobIndexMatch?: TagFilter[];
    blobTypes: string[];
    prefixMatch?: string[];
}

Properties

blobIndexMatch?: TagFilter[]

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

blobTypes: string[]

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

prefixMatch?: string[]

An array of strings for prefixes to be match.