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<ContainerAcquireLeaseResponse> |
GeneratedContainers.acquireLeaseWithRestResponseAsync(Integer timeout,
Integer duration,
String proposedLeaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String requestId)
[Update] establishes and manages a lock on a container for delete operations.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerAcquireLeaseResponse> |
ContainerURL.acquireLease(String proposedID,
int duration,
HTTPAccessConditions httpAccessConditions)
Acquires a lease on the container for delete operations.
|
This documentation was released into the public domain.