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 File 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET