Struct gapi_grpc::google::firestore::v1beta1::PartitionQueryResponse [−][src]
The response for [Firestore.PartitionQuery][google.firestore.v1beta1.Firestore.PartitionQuery].
Fields
partitions: Vec<Cursor>
Partition results. Each partition is a split point that can be used by RunQuery as a starting or end point for the query results. The RunQuery requests must be made with the same query supplied to this PartitionQuery request. The partition cursors will be ordered according to same ordering as the results of the query supplied to PartitionQuery.
For example, if a PartitionQuery request returns partition cursors A and B, running the following three queries will return the entire result set of the original query:
- query, end_at A
- query, start_at A, end_at B
- query, start_at B
An empty result may indicate that the query has too few results to be partitioned.
next_page_token: String
A page token that may be used to request an additional set of results, up
to the number specified by partition_count
in the PartitionQuery request.
If blank, there are no more results.
Trait Implementations
impl Clone for PartitionQueryResponse
[src][+]
impl Debug for PartitionQueryResponse
[src][+]
impl Default for PartitionQueryResponse
[src][+]
impl Message for PartitionQueryResponse
[src][+]
impl PartialEq<PartitionQueryResponse> for PartitionQueryResponse
[src][+]
impl StructuralPartialEq for PartitionQueryResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for PartitionQueryResponse
impl Send for PartitionQueryResponse
impl Sync for PartitionQueryResponse
impl Unpin for PartitionQueryResponse
impl UnwindSafe for PartitionQueryResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,