Package version:

Interface ObjectReplicationRule

Contains the Object Replication Rule ID and ObjectReplicationStatus of a blob. There can be more than one ObjectReplicationRule under a ObjectReplicationPolicy.

interface ObjectReplicationRule {
    replicationStatus: ObjectReplicationStatus;
    ruleId: string;
}

Properties

replicationStatus: ObjectReplicationStatus

The Replication Status

ruleId: string

The Object Replication Rule ID.