| Modifier and Type | Method and Description | 
|---|---|
ContainerProperties | 
AzureBlobClient.getContainerProperties(String container)
The Get Container Properties operation returns all user-defined metadata and system properties
 for the specified container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> | 
AzureBlobAsyncClient.getContainerProperties(String container)  | 
BoundedSet<ContainerProperties> | 
AzureBlobClient.listContainers(ListOptions... listOptions)
The List Containers operation returns a list of the containers under the specified identity. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> | 
AzureBlobAsyncClient.listContainers(ListOptions... listOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
StorageMetadata | 
ContainerToResourceMetadata.apply(ContainerProperties from)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MutableContainerPropertiesWithMetadata  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContainerPropertiesImpl
Allows you to manipulate metadata. 
 | 
class  | 
MutableContainerPropertiesWithMetadataImpl
Allows you to manipulate metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
MutableContainerPropertiesWithMetadataImpl.compareTo(ContainerProperties o) | 
int | 
ContainerPropertiesImpl.compareTo(ContainerProperties o) | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerProperties | 
ParseContainerPropertiesFromHeaders.apply(HttpResponse from)  | 
| Modifier and Type | Method and Description | 
|---|---|
BoundedSet<ContainerProperties> | 
AccountNameEnumerationResultsHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.