records

@JvmName(name = "getStatementResultResponseFieldList")
fun Flow<GetStatementResultResponse>.records(): Flow<List<Field>>

This paginator transforms the flow returned by getStatementResultPaginated to access the nested member FieldList

Return

A kotlinx.coroutines.flow.Flow that can collect FieldList


@JvmName(name = "getStatementResultV2ResponseQueryRecords")
fun Flow<GetStatementResultV2Response>.records(): Flow<QueryRecords>

This paginator transforms the flow returned by getStatementResultV2Paginated to access the nested member QueryRecords

Return

A kotlinx.coroutines.flow.Flow that can collect QueryRecords