public static interface BlobContainer.UpdateStages.WithMetadata
| Modifier and Type | Method and Description |
|---|---|
BlobContainer.Update |
withMetadata(Map<String,String> metadata)
Specifies metadata.
|
BlobContainer.Update |
withMetadata(String name,
String value)
Specifies a singluar instance of metadata.
|
BlobContainer.Update withMetadata(Map<String,String> metadata)
metadata - A name-value pair to associate with the container as metadataBlobContainer.Update withMetadata(String name, String value)
name - A name to associate with the container as metadatavalue - A value to associate with the container as metadataCopyright © 2021 Microsoft Corporation. All rights reserved.