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<ContainerGetPropertiesResponse> |
GeneratedContainers.getPropertiesWithRestResponseAsync(Integer timeout,
String leaseId,
String requestId)
returns all user-defined metadata and system properties for the specified container.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerGetPropertiesResponse> |
ContainerURL.getProperties(LeaseAccessConditions leaseAccessConditions)
Returns the container's metadata and system properties.
|
This documentation was released into the public domain.