PartitionQueryRequest constructor
PartitionQueryRequest({
- int? pageSize,
- String? pageToken,
- String? partitionCount,
- StructuredQuery? structuredQuery,
Implementation
PartitionQueryRequest({
this.pageSize,
this.pageToken,
this.partitionCount,
this.structuredQuery,
});