ObjectReplicationPolicyFilter Class

Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters.

Inheritance
azure.mgmt.storage._serialization.Model
ObjectReplicationPolicyFilter

Constructor

ObjectReplicationPolicyFilter(*, prefix_match: List[str] | None = None, min_creation_time: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
prefix_match

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.

min_creation_time
str

Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z.

Variables

Name Description
prefix_match

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.

min_creation_time
str

Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z.