@Generated(value="software.amazon.awssdk:codegen") public final class QueryStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryStatistics.Builder,QueryStatistics>
Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatistics.Builder |
builder() |
Double |
bytesScanned()
The total number of bytes in the log events scanned during the query.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
recordsMatched()
The number of log events that matched the query string.
|
Double |
recordsScanned()
The total number of log events scanned during the query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryStatistics.Builder> |
serializableBuilderClass() |
QueryStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double recordsMatched()
The number of log events that matched the query string.
public final Double recordsScanned()
The total number of log events scanned during the query.
public final Double bytesScanned()
The total number of bytes in the log events scanned during the query.
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.