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.CdpQueryOutputV2

Query output for the V2 API.
Property Name Type Description Available Version
data List<ConnectApi.​CdpQueryV2Row> (in version 55.0 and later)

List<Object> (version 54.0 only)

Result data set. 54.0
done Boolean Specifies whether the query is done (true) or not (false). 54.0
endTime String Query end time. 54.0
metadata Map<String, ConnectApi.​CdpQuery​MetadataItem> (version 55.0 and later)

Map<String, Object> (version 54.0 only)

Result metadata set. 54.0
nextBatchId String Next batch ID.

Use this property as the nextBatchId parameter in the nextBatchAnsiSqlV2(nextBatchId) method to get the next batch of data.

54.0
queryId String Query ID. 54.0
rowCount Integer Number of rows in the result data set. 54.0
startTime String Query start time. 54.0