AggregateField class
Stay organized with collections
Save and categorize content based on your preferences.
Represents an aggregation that can be performed by Firestore.
Signature:
export declare class AggregateField<T>
Properties
Property |
Modifiers |
Type |
Description |
aggregateType |
|
AggregateType |
Indicates the aggregation operation of this AggregateField. |
type |
|
(not declared) |
A type string to uniquely identify instances of this class. |
AggregateField.aggregateType
Indicates the aggregation operation of this AggregateField.
Signature:
readonly aggregateType: AggregateType;
AggregateField.type
A type string to uniquely identify instances of this class.
Signature:
readonly type = "AggregateField";
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-12 UTC.
[null,null,["Last updated 2023-10-12 UTC."],[],[],null,["Represents an aggregation that can be performed by Firestore.\n\n**Signature:** \n\n export declare class AggregateField\u003cT\u003e \n\nProperties\n\nAggregateField.aggregateType\n\nIndicates the aggregation operation of this AggregateField.\n\n**Signature:** \n\n readonly aggregateType: AggregateType;\n\nAggregateField.type\n\nA type string to uniquely identify instances of this class.\n\n**Signature:** \n\n readonly type = \"AggregateField\";"]]