Object Replication Rule Args
data class ObjectReplicationRuleArgs(val copyBlobsCreatedAfter: Output<String>? = null, val destinationContainerName: Output<String>, val filterOutBlobsWithPrefixes: Output<List<String>>? = null, val name: Output<String>? = null, val sourceContainerName: Output<String>) : ConvertibleToJava<ObjectReplicationRuleArgs>
Constructors
Properties
Link copied to clipboard
The time after which the Block Blobs created will be copies to the destination. Possible values are OnlyNewObjects
, Everything
and time in RFC3339 format: 2006-01-02T15:04:00Z
. Defaults to OnlyNewObjects
.
Link copied to clipboard
The destination storage container name.
Link copied to clipboard
Specifies a list of filters prefixes, the blobs whose names begin with which will be replicated.
Link copied to clipboard
The source storage container name.