Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobReleaseLeaseResponse> |
GeneratedBlobs.releaseLeaseWithRestResponseAsync(String leaseId,
Integer timeout,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobReleaseLeaseResponse> |
BlobURL.releaseLease(String leaseID,
HTTPAccessConditions httpAccessConditions)
Releases the blob's previously-acquired lease.
|
This documentation was released into the public domain.