Show / Hide Table of Contents

Class ObjectReplicationRule

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

Inheritance
System.Object
ObjectReplicationRule
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class ObjectReplicationRule

Properties

ReplicationStatus

The Replication Status. See ObjectReplicationStatus.

Declaration
public Azure.Storage.Blobs.Models.ObjectReplicationStatus ReplicationStatus { get; }
Property Value
ObjectReplicationStatus

RuleId

The Object Replication Rule ID.

Declaration
public string RuleId { get; }
Property Value
System.String

Back to top Azure SDK for .NET