ReadRequest constructor

ReadRequest({
  1. List<String>? columns,
  2. bool? dataBoostEnabled,
  3. String? index,
  4. KeySet? keySet,
  5. String? limit,
  6. String? partitionToken,
  7. RequestOptions? requestOptions,
  8. String? resumeToken,
  9. String? table,
  10. TransactionSelector? transaction,
})

Implementation

ReadRequest({
  this.columns,
  this.dataBoostEnabled,
  this.index,
  this.keySet,
  this.limit,
  this.partitionToken,
  this.requestOptions,
  this.resumeToken,
  this.table,
  this.transaction,
});