GoogleBigtableAdminV2TypeAggregate class

A value that combines incremental updates into a summarized value.

Data is never directly written or read using type Aggregate. Writes provide either the input_type or state_type, and reads always return the state_type .

Properties

hashCode → int
The hash code for this object.
no setterinherited
hllppUniqueCount ↔ DataBoostReadLocalWrites?
HyperLogLogPlusPlusUniqueCount aggregator.
getter/setter pair
inputType ↔ Type?
Type of the inputs that are accumulated by this Aggregate.
getter/setter pair
max ↔ DataBoostReadLocalWrites?
Max aggregator.
getter/setter pair
min ↔ DataBoostReadLocalWrites?
Min aggregator.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stateType ↔ Type?
Type that holds the internal accumulator state for the Aggregate.
getter/setter pair
sum ↔ DataBoostReadLocalWrites?
Sum aggregator.
getter/setter pair

Methods

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

Operators

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