Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ObjectReplicationPolicy interface
- Package:
- @azure/storage-blob
Contains Object Replication Policy ID and the respective list of ObjectReplicationRule. 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. <xref:BlobProperties.ObjectReplicationDestinationPolicyId>.
Properties
| policyId | The Object Replication Policy ID. |
| rules | The Rule ID(s) and respective Replication Status(s) that are under the Policy ID. |
Property Details
policyId
The Object Replication Policy ID.
policyId: string
Property Value
string
rules
The Rule ID(s) and respective Replication Status(s) that are under the Policy ID.
rules: ObjectReplicationRule[]
