| Package | Description |
|---|---|
| org.jclouds.azure.storage.options |
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
ListOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.