ObjectReplicationPolicyFilter interface
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.
Properties
min |
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 |
prefix |
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix. |
Property Details
minCreationTime
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
minCreationTime?: string
Property Value
string
prefixMatch
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.
prefixMatch?: string[]
Property Value
string[]