public final class ListBlobsOptions extends Object
ContainerURL
object. See the constructor for details on each of the options.| Modifier and Type | Field and Description |
|---|---|
static ListBlobsOptions |
DEFAULT
An object representing the default options: no details, prefix, or delimiter.
|
| Constructor and Description |
|---|
ListBlobsOptions(BlobListingDetails details,
String prefix,
Integer maxResults)
An object filled with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
BlobListingDetails |
getDetails() |
Integer |
getMaxResults() |
String |
getPrefix() |
public static final ListBlobsOptions DEFAULT
public ListBlobsOptions(BlobListingDetails details, String prefix, Integer maxResults)
details - BlobListingDetailsprefix - Filters the results to return only blobs whose names begin with the specified prefix. May be null to return
all blobs.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 BlobListingDetails getDetails()
BlobListingDetailspublic String getPrefix()
public Integer getMaxResults()
Copyright © 2018. All rights reserved.