Class ObjectReplicationPolicy
Contains Object Replication Policy ID and the respective list of ObjectReplicationRule(s). This is used when retrieving the Object Replication Properties on the source blob. The policy id for the destination blob is set in ObjectReplicationDestinationPolicyId of the respective method responses. (e.g. ObjectReplicationDestinationPolicyId, ObjectReplicationDestinationPolicyId).
Inheritance
System.Object
ObjectReplicationPolicy
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class ObjectReplicationPolicy
Properties
PolicyId
The Object Replication Policy ID.
Declaration
public string PolicyId { get; }
Property Value
System.String
|
Rules
The Rule ID(s) and respective Replication Status(s) that are under the Policy ID.
Declaration
public System.Collections.Generic.IList<Azure.Storage.Blobs.Models.ObjectReplicationRule> Rules { get; }
Property Value
System.Collections.Generic.IList<ObjectReplicationRule>
|