Class IncrementalResultStats (3.42.3)
Stay organized with collections
Save and categorize content based on your preferences.
IncrementalResultStats()
IncrementalResultStats provides information about incremental query execution.
Properties
disabled_reason
Optional[string]: Reason why incremental results were not
written by the query.
result_set_last_modify_time
Optional[datetime]: The time at which the result table's contents
were modified. May be absent if no results have been written or the
query has completed.
result_set_last_replace_time
Optional[datetime]: The time at which the result table's contents
were completely replaced. May be absent if no results have been written
or the query has completed.