ConnectApi.QuerySqlStatus

Represents the status of an SQL query.
Property Name Type Description Available Version
chunkCount Long Number of chunks available for extraction. 62.0
completionStatus QuerySqlStatusEnum Completion status of the query.
  • Finished
  • ResultsProduced
  • Running
  • Unspecified
62.0
expirationTime String Time when the query expires. You can't make requests to an expired query. 62.0
progress Double A number between 0 and 1 that indicates the current progress of query.
  • 0: The query execution has not started.
  • 1: The query execution is complete and the results are available for you to retrieve.
62.0
queryId String ID of the query for which status information is returned. 62.0
rowCount Long Number of rows available for extraction. 62.0