Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobBreakLeaseResponse> |
BlobURL.breakLease()
BreakLease breaks the blob's previously-acquired lease (if it exists).
|
io.reactivex.Single<BlobBreakLeaseResponse> |
BlobURL.breakLease(Integer breakPeriodInSeconds,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
BreakLease breaks the blob's previously-acquired lease (if it exists).
|
io.reactivex.Single<BlobBreakLeaseResponse> |
GeneratedBlobs.breakLeaseWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Integer breakPeriod,
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.