@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, wait
copy
public Double recordsMatched()
The number of log events that matched the query string.
public Double recordsScanned()
The total number of log events scanned during the query.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.