public final class ListContainersOptions
extends java.lang.Object
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,
java.lang.String prefix,
java.lang.Integer maxResults)
A
ListContainersOptions object. |
Modifier and Type | Method and Description |
---|---|
ContainerListingDetails |
getDetails() |
java.lang.Integer |
getMaxResults() |
java.lang.String |
getPrefix() |
public static final ListContainersOptions DEFAULT
public ListContainersOptions(ContainerListingDetails details, java.lang.String prefix, java.lang.Integer maxResults)
ListContainersOptions
object.details
- A ContainerListingDetails
object indicating what additional information the service should return
with each blob.prefix
- A String
that 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
object indicating what additional information the service should return
with each blob.public java.lang.String getPrefix()
String
that filters the results to return only blobs whose names begin with the specified prefix.public java.lang.Integer getMaxResults()