| Package | Description | 
|---|---|
| org.jclouds.azureblob | |
| org.jclouds.azureblob.blobstore.functions | |
| org.jclouds.azureblob.options | 
| Modifier and Type | Method and Description | 
|---|---|
ListBlobsResponse | 
AzureBlobClient.listBlobs(ListBlobsOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> | 
AzureBlobAsyncClient.listBlobs(ListBlobsOptions... options)
Deprecated.  
  | 
ListBlobsResponse | 
AzureBlobClient.listBlobs(String container,
         ListBlobsOptions... options)
The List Blobs operation enumerates the list of blobs under the specified container. 
 | 
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> | 
AzureBlobAsyncClient.listBlobs(String container,
         ListBlobsOptions... options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ListBlobsOptions | 
ListOptionsToListBlobsOptions.apply(ListContainerOptions from)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListBlobsOptions | 
ListBlobsOptions.delimiter(String delimiter)
When the request includes this parameter, the operation returns a  
BlobPrefix element
 in the response body that acts as a placeholder for all blobs whose names begin with the same
 substring up to the appearance of the delimiter character. | 
static ListBlobsOptions | 
ListBlobsOptions.Builder.delimiter(String delimiter)  | 
ListBlobsOptions | 
ListBlobsOptions.includeMetadata()
Include this parameter to specify that the container's metadata be returned as part of the
 response body. 
 | 
static ListBlobsOptions | 
ListBlobsOptions.Builder.includeMetadata()  | 
ListBlobsOptions | 
ListBlobsOptions.marker(String marker)
A string value that identifies the portion of the list to be returned with the next list
 operation. 
 | 
static ListBlobsOptions | 
ListBlobsOptions.Builder.marker(String marker)  | 
ListBlobsOptions | 
ListBlobsOptions.maxResults(int maxresults)
Specifies the maximum number of containers to return. 
 | 
static ListBlobsOptions | 
ListBlobsOptions.Builder.maxResults(int maxKeys)  | 
ListBlobsOptions | 
ListBlobsOptions.prefix(String prefix)
Filters the results to return only objects whose name begins with the specified prefix. 
 | 
static ListBlobsOptions | 
ListBlobsOptions.Builder.prefix(String prefix)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.