Object Replication Policy Filter Args
data class ObjectReplicationPolicyFilterArgs(val minCreationTime: Output<String>? = null, val prefixMatch: Output<List<String>>? = null) : ConvertibleToJava<ObjectReplicationPolicyFilterArgs>
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
Link copied to clipboard
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
Link copied to clipboard
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.