PartitionQueryRequest constructor

PartitionQueryRequest({
  1. required String parent,
  2. StructuredQuery? structuredQuery,
  3. int partitionCount = 0,
  4. String pageToken = '',
  5. int pageSize = 0,
  6. Timestamp? readTime,
})

Implementation

PartitionQueryRequest({
  required this.parent,
  this.structuredQuery,
  this.partitionCount = 0,
  this.pageToken = '',
  this.pageSize = 0,
  this.readTime,
}) : super(fullyQualifiedName);