GoogleBigtableAdminV2TypeAggregate
import type { GoogleBigtableAdminV2TypeAggregate } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";
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
.
interface GoogleBigtableAdminV2TypeAggregate {
hllppUniqueCount?: GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount;
inputType?: Type;
readonly stateType?: Type;
}