AggregateField class

Reprezentuje agregację, którą może wykonać Firestore.

Podpis:

export declare class AggregateField<T> 

Nieruchomości

Nieruchomość Modyfikatory Typ Opis
typ agregatu Typ agregatu Wskazuje operację agregacji tego AggregateField.
typ (nie Deklarowana) Ciąg typu służący do jednoznacznej identyfikacji instancji tej klasy.

AggregateField.aggregateType

Wskazuje operację agregacji tego AggregateField.

Podpis:

readonly aggregateType: AggregateType;

Typ pola agregującego

Ciąg typu służący do jednoznacznej identyfikacji instancji tej klasy.

Podpis:

readonly type = "AggregateField";