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.