Class ExecuteQueryIteratorAsync (2.28.1)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.28.1keyboard_arrow_down
ExecuteQueryIteratorAsync (
client : DataClientType ,
instance_id : str ,
app_profile_id : Optional [ str ],
request_body : Dict [ str , Any ],
attempt_timeout : float | None ,
operation_timeout : float ,
req_metadata : Sequence [ Tuple [ str , str ]] = (),
retryable_excs : Sequence [ type [ Exception ]] = (),
)
Collects responses from ExecuteQuery requests and parses them into QueryResultRows.
It is not thread-safe . It should not be used by multiple asyncio Tasks.
Properties
app_profile_id
Returns the app_profile_id of the iterator.
is_closed
Returns True if the iterator is closed, False otherwise.
table_name
Returns the table_name of the iterator.
Methods
close
Cancel all background tasks. Should be called all rows were processed.
metadata () - > (
typing . Optional [ google . cloud . bigtable . data . execute_query . metadata . Metadata ]
)
Returns query metadata from the server or None if the iterator was
explicitly closed.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-02 UTC."],[],[]]