Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.CdpQueryOutputV2

Customer Data Platform query output for 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