ModelAggregateQueryType enum

Query type for outputting an aggregate of the documents in a collection.

コレクションのドキュメントの集計を出力するためのクエリタイプ。

Inheritance

Constructors

ModelAggregateQueryType()
const

Values

count → const ModelAggregateQueryType

Number of all cases.

全件の数。

sum → const ModelAggregateQueryType

All totals. Numerical values only.

すべての合計。数値のみを対象とします。

average → const ModelAggregateQueryType

Average of all. Only numerical values are considered.

すべての平均。数値のみを対象とします。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ModelAggregateQueryType>
A constant List of the values in this enum, in order of their declaration.