CopyState Members

Windows Runtime Azure Storage Client Library

Represents the attributes of a copy operation.

The following tables list the members exposed by the CopyState type.

Public Constructors

  Name Description
CopyState  
Top

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.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also