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
-
ObjectReplicationPolicyFilter
Constructor
ObjectReplicationPolicyFilter(*, prefix_match: Optional[List[str]] = None, min_creation_time: Optional[str] = None, **kwargs)
Variables
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.
Feedback
Submit and view feedback for