Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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