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<BlobsAcquireLeaseResponse> |
GeneratedBlobs.acquireLeaseWithRestResponseAsync(Integer timeout,
Integer duration,
String proposedLeaseId,
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<BlobsAcquireLeaseResponse> |
BlobURL.acquireLease(String proposedID,
int duration,
HTTPAccessConditions httpAccessConditions)
Acquires a lease on the blob for write and delete operations.
|
Copyright © 2018. All rights reserved.