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<BlobsChangeLeaseResponse> |
GeneratedBlobs.changeLeaseWithRestResponseAsync(String leaseId,
String proposedLeaseId,
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<BlobsChangeLeaseResponse> |
BlobURL.changeLease(String leaseId,
String proposedID,
HTTPAccessConditions httpAccessConditions)
ChangeLease changes the blob's lease ID.
|
Copyright © 2018. All rights reserved.