| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStatus |
QueryStatus.clone() |
QueryStatus |
QueryResult.getQueryStatus()
Information about the status of the query, including progress and bytes scannned.
|
QueryStatus |
QueryStatus.withCumulativeBytesMetered(Long cumulativeBytesMetered)
The amount of data scanned by the query in bytes that you will be charged for.
|
QueryStatus |
QueryStatus.withCumulativeBytesScanned(Long cumulativeBytesScanned)
The amount of data scanned by the query in bytes.
|
QueryStatus |
QueryStatus.withProgressPercentage(Double progressPercentage)
The progress of the query, expressed as a percentage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setQueryStatus(QueryStatus queryStatus)
Information about the status of the query, including progress and bytes scannned.
|
QueryResult |
QueryResult.withQueryStatus(QueryStatus queryStatus)
Information about the status of the query, including progress and bytes scannned.
|
Copyright © 2021. All rights reserved.