Class Type.Aggregate

java.lang.Object
com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
All Implemented Interfaces:
Type
Enclosing interface:
Type

public abstract static class Type.Aggregate extends Object implements Type
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` .