Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerGetPropertiesResponse> |
ContainerURL.getProperties()
Returns the container's metadata and system properties.
|
io.reactivex.Single<ContainerGetPropertiesResponse> |
ContainerURL.getProperties(LeaseAccessConditions leaseAccessConditions,
com.microsoft.rest.v2.Context context)
Returns the container's metadata and system properties.
|
io.reactivex.Single<ContainerGetPropertiesResponse> |
GeneratedContainers.getPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions)
returns all user-defined metadata and system properties for the specified container.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.