ManagementPolicyFilter Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
ManagementPolicyFilter

Constructor

ManagementPolicyFilter(*, blob_types: List[str], prefix_match: Optional[List[str]] = None, **kwargs)

Variables

prefix_match
list[str]

An array of strings for prefixes to be match.

blob_types
list[str]

Required. An array of predefined enum values. Only blockBlob is supported.