public final class ListBlobsOptions extends Object
ContainerURL
object. See the constructor for details on each of the options.Constructor and Description |
---|
ListBlobsOptions() |
Modifier and Type | Method and Description |
---|---|
BlobListDetails |
details()
|
Integer |
maxResults()
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
String |
prefix()
Filters the results to return only blobs whose names begin with the specified prefix.
|
ListBlobsOptions |
withDetails(BlobListDetails details)
|
ListBlobsOptions |
withMaxResults(Integer maxResults)
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
ListBlobsOptions |
withPrefix(String prefix)
Filters the results to return only blobs whose names begin with the specified prefix.
|
public BlobListDetails details()
public ListBlobsOptions withDetails(BlobListDetails details)
public String prefix()
public ListBlobsOptions withPrefix(String prefix)
public Integer maxResults()
public ListBlobsOptions withMaxResults(Integer maxResults)
Copyright © 2019 Microsoft Corporation. All rights reserved.