CopyState.Status Property

Definition

Gets the status of the copy operation.

public Microsoft.Azure.Storage.Blob.CopyStatus Status { get; }
member this.Status : Microsoft.Azure.Storage.Blob.CopyStatus
Public ReadOnly Property Status As CopyStatus

Property Value

A CopyStatus enumeration indicating the status of the operation.

Applies to