Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerItem |
ContainerItem.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
ContainerItem |
ContainerItem.withName(String name)
Set the name value.
|
ContainerItem |
ContainerItem.withProperties(ContainerProperties properties)
Set the properties value.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerItem> |
ListContainersSegmentResponse.containerItems()
Get the containerItems value.
|
Modifier and Type | Method and Description |
---|---|
ListContainersSegmentResponse |
ListContainersSegmentResponse.withContainerItems(List<ContainerItem> containerItems)
Set the containerItems value.
|
This documentation was released into the public domain.