CopyState Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property BytesCopied Gets the number of bytes copied in the operation so far.
public property CompletionTime Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure.
public property CopyId Gets the ID of the copy operation.
public property Source Gets the source URI of a copy operation.
public property Status Gets the status of the copy operation.
public property StatusDescription Gets the description of the current status, if any.
public property TotalBytes Gets the total number of bytes in the source of the copy.

See Also