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<ContainersSetMetadataResponse> |
GeneratedContainers.setMetadataWithRestResponseAsync(Integer timeout,
String leaseId,
Map<String,String> metadata,
OffsetDateTime ifModifiedSince,
String requestId)
operation sets one or more user-defined name-value pairs for the specified container.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainersSetMetadataResponse> |
ContainerURL.setMetadata(Metadata metadata,
ContainerAccessConditions accessConditions)
Sets the container's metadata.
|
Copyright © 2018. All rights reserved.