CloudBlob.CopyState Property

Definition

Gets the state of the most recent or pending copy operation.

public virtual Microsoft.Azure.Storage.Blob.CopyState CopyState { get; }
member this.CopyState : Microsoft.Azure.Storage.Blob.CopyState
Public Overridable ReadOnly Property CopyState As CopyState

Property Value

A CopyState object containing the copy state, or null if there is no copy state for the blob.

Applies to