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.
State of the copy operation identified by 'x-ms-copy-id'.
public enum CopyStatus
type CopyStatus =
Public Enum CopyStatus
- Inheritance
-
CopyStatus
Fields
Name | Value | Description |
---|---|---|
Pending | 0 | pending |
Success | 1 | success |
Aborted | 2 | aborted |
Failed | 3 | failed |