Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
Container |
Container.withName(String name)
Set the name value.
|
Container |
Container.withProperties(ContainerProperties properties)
Set the properties value.
|
Modifier and Type | Method and Description |
---|---|
List<Container> |
ListContainersResponse.containers()
Get the containers value.
|
Modifier and Type | Method and Description |
---|---|
ListContainersResponse |
ListContainersResponse.withContainers(List<Container> containers)
Set the containers value.
|
Copyright © 2018. All rights reserved.