[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-12 UTC."],[],[],null,["# AggregateField class\n\nRepresents an aggregation that can be performed by Firestore.\n\n**Signature:** \n\n export declare class AggregateField\u003cT\u003e \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|-----------------------------------------------------------------------------|-----------|------------------------------------------------|-------------------------------------------------------------|\n| [aggregateType](./firestore_.aggregatefield.md#aggregatefieldaggregatetype) | | [AggregateType](./firestore_.md#aggregatetype) | Indicates the aggregation operation of this AggregateField. |\n| [type](./firestore_.aggregatefield.md#aggregatefieldtype) | | (not declared) | A type string to uniquely identify instances of this class. |\n\nAggregateField.aggregateType\n----------------------------\n\nIndicates the aggregation operation of this AggregateField.\n\n**Signature:** \n\n readonly aggregateType: AggregateType;\n\nAggregateField.type\n-------------------\n\nA type string to uniquely identify instances of this class.\n\n**Signature:** \n\n readonly type = \"AggregateField\";"]]