Show / Hide Table of Contents

Enum ObjectReplicationStatus

Specifies the Replication Status of a blob. This is used when a storage account has Object Replication Policy(s) applied. See ObjectReplicationPolicy and ObjectReplicationRule.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum ObjectReplicationStatus

Complete

Object Replication to the destination completed.

Failed

Object Replication to the destination container failed.

Back to top Azure SDK for .NET