@Generated(value="software.amazon.awssdk:codegen") public final class QueryStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryStatistics.Builder,QueryStatistics>
Metadata about a query, such as the number of results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatistics.Builder |
builder() |
Long |
bytesScanned()
The total bytes that the query scanned in the event data store.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
resultsCount()
The number of results returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryStatistics.Builder> |
serializableBuilderClass() |
QueryStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalResultsCount()
The total number of results returned by a query.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer resultsCount()
The number of results returned.
public final Integer totalResultsCount()
The total number of results returned by a query.
public final 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.
public QueryStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryStatistics.Builder,QueryStatistics>public static QueryStatistics.Builder builder()
public static Class<? extends QueryStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.