Skip to content

CloudTrail  >  Structures  >  QueryStatistics

QueryStatistics

Structure Class

QueryStatistics dataclass

Metadata about a query, such as the number of results.

Attributes

bytes_scanned class-attribute instance-attribute
bytes_scanned: int | None = None

The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.

results_count class-attribute instance-attribute
results_count: int | None = None

The number of results returned.

total_results_count class-attribute instance-attribute
total_results_count: int | None = None

The total number of results returned by a query.