Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
LeaseDuration |
BlobContainerProperties.getLeaseDuration()
Gets the lease duration of the container.
|
LeaseDuration |
BlobProperties.getLeaseDuration()
Gets the lease duration for the blob.
|
protected static LeaseDuration |
LeaseDuration.parse(String typeString)
Parses a lease duration from the specified string.
|
static LeaseDuration |
LeaseDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaseDuration[] |
LeaseDuration.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.setLeaseDuration(LeaseDuration leaseDuration)
Sets the lease duration on the container.
|
protected void |
BlobProperties.setLeaseDuration(LeaseDuration leaseDuration)
Sets the lease duration for the blob.
|
Copyright © 2019. All rights reserved.