View a markdown version of this page

QueryStatistics - Amazon CloudWatch Omni

QueryStatistics

Statistics about a telemetry query execution.

Contents

bytesScanned

The number of bytes scanned by the query.

Type: Double

Required: No

partialResults

Information about whether the query returned partial results.

Type: PartialResults object

Required: No

percentComplete

The percentage of the query that has completed.

Type: Integer

Required: No

recordsMatched

The number of records that matched the query criteria.

Type: Long

Required: No

recordsScanned

The total number of records scanned.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: