Properties of a Query.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
projection |
Array.<google.datastore.v1.IProjection> | null |
<optional> |
Query projection |
kind |
Array.<google.datastore.v1.IKindExpression> | null |
<optional> |
Query kind |
filter |
google.datastore.v1.IFilter | null |
<optional> |
Query filter |
order |
Array.<google.datastore.v1.IPropertyOrder> | null |
<optional> |
Query order |
distinctOn |
Array.<google.datastore.v1.IPropertyReference> | null |
<optional> |
Query distinctOn |
startCursor |
Uint8Array | null |
<optional> |
Query startCursor |
endCursor |
Uint8Array | null |
<optional> |
Query endCursor |
offset |
number | null |
<optional> |
Query offset |
limit |
google.protobuf.IInt32Value | null |
<optional> |
Query limit |