Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
LeaseStatus |
BlobContainerProperties.getLeaseStatus()
Gets the lease status of the container.
|
LeaseStatus |
BlobProperties.getLeaseStatus()
Gets the lease status for the blob.
|
protected static LeaseStatus |
LeaseStatus.parse(String typeString)
Parses a lease status from the given string.
|
static LeaseStatus |
LeaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseStatus[] |
LeaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlobContainerProperties.setLeaseStatus(LeaseStatus leaseStatus)
Sets the lease status on the container.
|
protected void |
BlobProperties.setLeaseStatus(LeaseStatus leaseStatus)
Sets the lease status for the blob.
|
Copyright © 2019. All rights reserved.