copy_state Class
Represents the attributes of a copy blob operation.
class copy_state;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the copy_state class. |
Public Methods
Name | Description |
---|---|
Gets the number of bytes copied in the operation so far. |
|
Gets the time that the copy blob operation completed, and indicates whether completion was due to a successful copy, whether the operation was cancelled, or whether the operation failed. |
|
Gets the ID of the copy blob operation. |
|
Gets the URI of the source blob for a copy operation. |
|
Gets the status of the copy blob operation. |
|
Gets the description of the current status of the copy blob operation, if status is available. |
|
Gets the total number of bytes in the source blob for the copy operation. |
Public Operators
Name | Description |
---|---|
Returns a reference to a copy_state object. |
Inheritance Hierarchy
copy_state
Requirements
Header: blob.h
Namespace: azure::storage