PartitionQueryRequest constructor
PartitionQueryRequest({
- required String parent,
- StructuredQuery? structuredQuery,
- int partitionCount = 0,
- String pageToken = '',
- int pageSize = 0,
- Timestamp? readTime,
Implementation
PartitionQueryRequest({
required this.parent,
this.structuredQuery,
this.partitionCount = 0,
this.pageToken = '',
this.pageSize = 0,
this.readTime,
}) : super(fullyQualifiedName);