Uses of Class
org.jclouds.azure.storage.options.ListOptions

Packages that use ListOptions
org.jclouds.azure.storage.options   
org.jclouds.azureblob   
org.jclouds.azureblob.options   
 

Uses of ListOptions in org.jclouds.azure.storage.options
 

Fields in org.jclouds.azure.storage.options declared as ListOptions
static ListOptions ListOptions.NONE
           
 

Methods in org.jclouds.azure.storage.options that return ListOptions
 ListOptions ListOptions.includeMetadata()
          Include this parameter to specify that the container's metadata be returned as part of the response body.
static ListOptions ListOptions.Builder.includeMetadata()
           
 ListOptions ListOptions.marker(String marker)
          A string value that identifies the portion of the list to be returned with the next list operation.
static ListOptions ListOptions.Builder.marker(String marker)
           
 ListOptions ListOptions.maxResults(int maxresults)
          Specifies the maximum number of containers to return.
static ListOptions ListOptions.Builder.maxResults(int maxKeys)
           
 ListOptions ListOptions.prefix(String prefix)
          Filters the results to return only objects whose name begins with the specified prefix.
static ListOptions ListOptions.Builder.prefix(String prefix)
           
 

Uses of ListOptions in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob with parameters of type ListOptions
 com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> AzureBlobAsyncClient.listContainers(ListOptions... listOptions)
           
 BoundedSet<ContainerProperties> AzureBlobClient.listContainers(ListOptions... listOptions)
          The List Containers operation returns a list of the containers under the specified identity.
 

Uses of ListOptions in org.jclouds.azureblob.options
 

Subclasses of ListOptions in org.jclouds.azureblob.options
 class ListBlobsOptions
          Contains options supported in the REST API for the List Blobs operation.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.