Constructor
new PartitionQueryRequest(propertiesopt)
Constructs a new PartitionQueryRequest.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.firestore.v1.IPartitionQueryRequest |
<optional> |
Properties to set |
- Implements:
-
- IPartitionQueryRequest
Members
pageSize :number
PartitionQueryRequest pageSize.
pageToken :string
PartitionQueryRequest pageToken.
parent :string
PartitionQueryRequest parent.
partitionCount :number|string
PartitionQueryRequest partitionCount.
queryType :"structuredQuery"|undefined
PartitionQueryRequest queryType.
structuredQuery :google.firestore.v1.IStructuredQuery|null|undefined
PartitionQueryRequest structuredQuery.
Methods
(static) fromObject(object) → {google.firestore.v1.PartitionQueryRequest}
Creates a PartitionQueryRequest message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a PartitionQueryRequest message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.firestore.v1.PartitionQueryRequest |
PartitionQueryRequest |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
toJSON() → {Object.<string, *>}
Converts this PartitionQueryRequest to JSON.