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<BlobsBreakLeaseResponse> |
GeneratedBlobs.breakLeaseWithRestResponseAsync(Integer timeout,
Integer breakPeriod,
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<BlobsBreakLeaseResponse> |
BlobURL.breakLease(Integer breakPeriodInSeconds,
HTTPAccessConditions httpAccessConditions)
BreakLease breaks the blob's previously-acquired lease (if it exists).
|
Copyright © 2018. All rights reserved.