public final class ListBlobContainersOptions extends Object
BlobServiceClient
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 |
---|
ListBlobContainersOptions()
Constructs an unpopulated
ListBlobContainersOptions . |
Modifier and Type | Method and Description |
---|---|
BlobContainerListDetails |
getDetails() |
Integer |
getMaxResultsPerPage()
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
String |
getPrefix()
Filters the results to return only blobs whose names begin with the specified prefix.
|
ListBlobContainersOptions |
setDetails(BlobContainerListDetails details) |
ListBlobContainersOptions |
setMaxResultsPerPage(Integer maxResultsPerPage)
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
ListBlobContainersOptions |
setPrefix(String prefix)
Filters the results to return only blobs whose names begin with the specified prefix.
|
public ListBlobContainersOptions()
ListBlobContainersOptions
.public BlobContainerListDetails getDetails()
public ListBlobContainersOptions setDetails(BlobContainerListDetails details)
details
- The details for listing specific containerspublic String getPrefix()
public ListBlobContainersOptions setPrefix(String prefix)
prefix
- The prefix that a container must match to be returnedpublic Integer getMaxResultsPerPage()
public ListBlobContainersOptions setMaxResultsPerPage(Integer maxResultsPerPage)
maxResultsPerPage
- The number of containers to return in a single responseIllegalArgumentException
- If maxResultsPerPage
is less than or equal to 0
.Copyright © 2019 Microsoft Corporation. All rights reserved.