ReadRequest constructor

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

Implementation

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