@Generated(value="software.amazon.awssdk:codegen") public final class QueryRuntimeStatisticsRows extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryRuntimeStatisticsRows.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryRuntimeStatisticsRows.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
inputBytes()
The number of bytes read to execute the query.
|
Long |
inputRows()
The number of rows read to execute the query.
|
Long |
outputBytes()
The number of bytes returned by the query.
|
Long |
outputRows()
The number of rows returned by the query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryRuntimeStatisticsRows.Builder> |
serializableBuilderClass() |
QueryRuntimeStatisticsRows.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long inputRows()
The number of rows read to execute the query.
public final Long inputBytes()
The number of bytes read to execute the query.
public final Long outputBytes()
The number of bytes returned by the query.
public final Long outputRows()
The number of rows returned by the query.
public QueryRuntimeStatisticsRows.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>public static QueryRuntimeStatisticsRows.Builder builder()
public static Class<? extends QueryRuntimeStatisticsRows.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.