public static interface QueryStatistics.Builder extends SdkPojo, CopyableBuilder<QueryStatistics.Builder,QueryStatistics>
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics.Builder |
bytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store.
|
QueryStatistics.Builder |
resultsCount(Integer resultsCount)
The number of results returned.
|
QueryStatistics.Builder |
totalResultsCount(Integer totalResultsCount)
The total number of results returned by a query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryStatistics.Builder resultsCount(Integer resultsCount)
The number of results returned.
resultsCount - The number of results returned.QueryStatistics.Builder totalResultsCount(Integer totalResultsCount)
The total number of results returned by a query.
totalResultsCount - The total number of results returned by a query.QueryStatistics.Builder bytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.
bytesScanned - The total bytes that the query scanned in the event data store. This value matches the number of bytes
for which your account is billed for the query, unless the query is still running.Copyright © 2022. All rights reserved.