PartitionQueryRequest constructor

PartitionQueryRequest({
  1. int? pageSize,
  2. String? pageToken,
  3. String? partitionCount,
  4. String? readTime,
  5. StructuredQuery? structuredQuery,
})

Implementation

PartitionQueryRequest({
  this.pageSize,
  this.pageToken,
  this.partitionCount,
  this.readTime,
  this.structuredQuery,
});