public class FindBlobsOptions extends Object
BlobServiceClient.findBlobsByTags(FindBlobsOptions, Duration,
com.azure.core.util.Context)
or
BlobServiceAsyncClient.findBlobsByTags(FindBlobsOptions)
. See the constructor
for details on each of the options.Constructor and Description |
---|
FindBlobsOptions(String query) |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxResultsPerPage()
Specifies the maximum number of blobs to return.
|
String |
getQuery() |
FindBlobsOptions |
setMaxResultsPerPage(Integer maxResultsPerPage)
Specifies the maximum number of blobs to return.
|
public FindBlobsOptions(String query)
query
- Filters the results to return only blobs whose tags match the specified expression.public String getQuery()
public Integer getMaxResultsPerPage()
public FindBlobsOptions setMaxResultsPerPage(Integer maxResultsPerPage)
maxResultsPerPage
- The number of blobs to returned in a single responseIllegalArgumentException
- If maxResultsPerPage
is less than or equal to 0
.Copyright © 2021 Microsoft Corporation. All rights reserved.