CopyStatus Enum
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 status of a copy blob operation.
public enum CopyStatus
type CopyStatus =
Public Enum CopyStatus
- Inheritance
-
CopyStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | The copy status is invalid. |
Pending | 1 | The copy operation is pending. |
Success | 2 | The copy operation succeeded. |
Aborted | 3 | The copy operation has been aborted. |
Failed | 4 | The copy operation encountered an error. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET