LeaseStatus Enum
- java.
lang. Object - java.
lang. Enum<LeaseStatus> - com.
microsoft. azure. storage. blob. LeaseStatus
- com.
- java.
public enum LeaseStatus
Specifies the lease status of a blob.
You can check the lease status of a blob to determine whether it currently has an active lease (locked for exclusive-write access), or whether it is available for exclusive-write access.
Fields
LOCKED |
Specifies the blob is locked for exclusive-write access. |
UNSPECIFIED |
Specifies the lease status is not specified. |
Inherited Members
com.microsoft.azure.storage.blob._lease_status_1a3ec0ca4d0accf678f33cc078b453bcc9
Methods
parse(final String typeString)
protected static LeaseStatus parse(final String typeString)
Parses a lease status from the given string.
Parameters
- typeString
- final String
String
which contains the lease status to parse.
Returns
A
LeaseStatus
value that represents the lease status.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java