GoogleBigtableAdminV2TypeAggregate class
A value that combines incremental updates into a summarized value.
Data is never directly written or read using type Aggregate
. Writes will
provide either the input_type
or state_type
, and reads will always
return the state_type
.
Constructors
- GoogleBigtableAdminV2TypeAggregate({Type? inputType, Type? stateType, GoogleBigtableAdminV2TypeAggregateSum? sum})
- GoogleBigtableAdminV2TypeAggregate.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputType ↔ Type?
-
Type of the inputs that are accumulated by this
Aggregate
, which must specify a full encoding.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 ↔ GoogleBigtableAdminV2TypeAggregateSum?
-
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