Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobChangeLeaseResponse> |
BlobURL.changeLease(String leaseId,
String proposedID)
ChangeLease changes the blob's lease ID.
|
io.reactivex.Single<BlobChangeLeaseResponse> |
BlobURL.changeLease(String leaseId,
String proposedID,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
ChangeLease changes the blob's lease ID.
|
io.reactivex.Single<BlobChangeLeaseResponse> |
GeneratedBlobs.changeLeaseWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String leaseId,
String proposedLeaseId,
Integer timeout,
String requestId,
ModifiedAccessConditions modifiedAccessConditions)
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.