CopyStatus Enum
- java.
lang. Object - java.
lang. Enum<CopyStatus> - com.
microsoft. azure. storage. blob. CopyStatus
- com.
- java.
public enum CopyStatus
Represents the status of a copy blob operation.
Fields
ABORTED |
The copy operation has been aborted. |
INVALID |
The copy status is invalid. |
PENDING |
The copy operation is pending. |
SUCCESS |
The copy operation succeeded. |
UNSPECIFIED |
The copy status is not specified. |
Inherited Members
com.microsoft.azure.storage.blob._copy_status_1ad868508ed10902f4647b7be95243ee2c
Methods
parse(final String typeString)
public static CopyStatus parse(final String typeString)
Parses a copy status from the given string.
Parameters
- typeString
- final String
String
that represents the string to parse.
Returns
A
CopyStatus
value that represents the copy status.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java