ObjectReplicationPolicyRule interface
The replication policy rule between two containers.
Properties
destination |
Required. Destination container name. |
filters | Optional. An object that defines the filter set. |
rule |
Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. |
source |
Required. Source container name. |
Property Details
destinationContainer
Required. Destination container name.
destinationContainer: string
Property Value
string
filters
Optional. An object that defines the filter set.
filters?: ObjectReplicationPolicyFilter
Property Value
ruleId
Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account.
ruleId?: string
Property Value
string
sourceContainer
Required. Source container name.
sourceContainer: string
Property Value
string