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<ContainerSetMetadataResponse> |
GeneratedContainers.setMetadataWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Map<String,String> metadata,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
operation sets one or more user-defined name-value pairs for the specified container.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerSetMetadataResponse> |
ContainerURL.setMetadata(Metadata metadata,
ContainerAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Sets the container's metadata.
|
This documentation was released into the public domain.