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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET