ReadRequest constructor

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

Implementation

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