ObjectReplicationPolicyFilterArgs

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.

Constructors

Link copied to clipboard
constructor(minCreationTime: Output<String>? = null, prefixMatch: Output<List<String>>? = null)

Properties

Link copied to clipboard
val minCreationTime: Output<String>? = null

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
val prefixMatch: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ObjectReplicationPolicyFilterArgs