CopyState Class
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.
Represents the attributes of a copy operation.
public sealed class CopyState
type CopyState = class
Public NotInheritable Class CopyState
- Inheritance
-
CopyState
Constructors
CopyState() |
Properties
BytesCopied |
Gets the number of bytes copied in the operation so far. |
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. |
CopyId |
Gets the ID of the copy operation. |
DestinationSnapshotTime |
Gets the incremental destination snapshot time for the latest incremental copy, if present. |
Source |
Gets the source URI of a copy operation. |
Status |
Gets the status of the copy operation. |
StatusDescription |
Gets the description of the current status, if any. |
TotalBytes |
Gets the total number of bytes in the source of the copy. |
Applies to
Azure SDK for .NET