ObjectReplicationRule

data class ObjectReplicationRule(val copyBlobsCreatedAfter: String? = null, val destinationContainerName: String, val filterOutBlobsWithPrefixes: List<String>? = null, val name: String? = null, val sourceContainerName: String)

Constructors

Link copied to clipboard
constructor(copyBlobsCreatedAfter: String? = null, destinationContainerName: String, filterOutBlobsWithPrefixes: List<String>? = null, name: String? = null, sourceContainerName: String)

Types

Link copied to clipboard
object Companion

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
val name: String? = null
Link copied to clipboard

The source storage container name.