Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerAcquireLeaseResponse> |
ContainerURL.acquireLease(String proposedId,
int duration)
Acquires a lease on the container for delete operations.
|
io.reactivex.Single<ContainerAcquireLeaseResponse> |
ContainerURL.acquireLease(String proposedID,
int duration,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Acquires a lease on the container for delete operations.
|
io.reactivex.Single<ContainerAcquireLeaseResponse> |
GeneratedContainers.acquireLeaseWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Integer duration,
String proposedLeaseId,
String requestId,
ModifiedAccessConditions modifiedAccessConditions)
[Update] establishes and manages a lock on a container for delete operations.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.