| 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)
Deprecated.
|
org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties> |
AzureBlobClient.listContainers(org.jclouds.azure.storage.options.ListOptions... listOptions)
The List Containers operation returns a list of the containers under the specified identity.
|
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties>> |
AzureBlobAsyncClient.listContainers(org.jclouds.azure.storage.options.ListOptions... listOptions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.blobstore.domain.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(org.jclouds.http.HttpResponse from) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.azure.storage.domain.BoundedSet<ContainerProperties> |
AccountNameEnumerationResultsHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.