BlobProperties.BlobCopyStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the most recent copy operation identified by x-ms-copy-id, if any.
public Azure.Storage.Blobs.Models.CopyStatus? BlobCopyStatus { get; }
member this.BlobCopyStatus : Nullable<Azure.Storage.Blobs.Models.CopyStatus>
Public ReadOnly Property BlobCopyStatus As Nullable(Of CopyStatus)