CopyStatus Enum
- java.
lang. Object - java.
lang. Enum<CopyStatus> - com.
microsoft. azure. storage. file. CopyStatus
- com.
- java.
public enum CopyStatus
Represents the status of a copy file 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.file._copy_status_1a4431a46d8858e404744a4dd742bc0302
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java