public final class ListContainersOptions extends Object
ServiceURL
object. See the constructor for details on each of the options. Null may be passed in place of an object of this
type if no options are desirable.Modifier and Type | Field and Description |
---|---|
static ListContainersOptions |
DEFAULT
An object representing the default options: no details or prefix and using the service's default for maxResults.
|
Constructor and Description |
---|
ListContainersOptions(ContainerListingDetails details,
String prefix,
Integer maxResults)
A
ListContainersOptions object. |
Modifier and Type | Method and Description |
---|---|
ContainerListingDetails |
getDetails() |
Integer |
getMaxResults() |
String |
getPrefix() |
public static final ListContainersOptions DEFAULT
public ListContainersOptions(ContainerListingDetails details, String prefix, Integer maxResults)
ListContainersOptions
object.details
- ContainerListingDetails
prefix
- Filters the results to return only blobs whose names begin with the specified prefix.maxResults
- Specifies the maximum number of blobs to return, including all BlobPrefix elements. If the request does not
specify maxResults or specifies a value greater than 5,000, the server will return up to 5,000 items.public ContainerListingDetails getDetails()
ContainerListingDetails
public String getPrefix()
public Integer getMaxResults()
This documentation was released into the public domain.