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.Constructor and Description |
---|
ListContainersOptions() |
Modifier and Type | Method and Description |
---|---|
ContainerListDetails |
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.
|
ListContainersOptions |
withDetails(ContainerListDetails details)
|
ListContainersOptions |
withMaxResults(Integer maxResults)
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
ListContainersOptions |
withPrefix(String prefix)
Filters the results to return only blobs whose names begin with the specified prefix.
|
public ContainerListDetails details()
public ListContainersOptions withDetails(ContainerListDetails details)
public String prefix()
public ListContainersOptions withPrefix(String prefix)
public Integer maxResults()
public ListContainersOptions withMaxResults(Integer maxResults)
Copyright © 2019 Microsoft Corporation. All rights reserved.