Class GoogleBigtableAdminV2TypeAggregate
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
.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeAggregate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HllppUniqueCount
HyperLogLogPlusPlusUniqueCount aggregator.
Declaration
[JsonProperty("hllppUniqueCount")]
public virtual GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount HllppUniqueCount { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount |
InputType
Type of the inputs that are accumulated by this Aggregate
. Use AddInput
mutations to accumulate new
inputs.
Declaration
[JsonProperty("inputType")]
public virtual Type InputType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Max
Max aggregator.
Declaration
[JsonProperty("max")]
public virtual GoogleBigtableAdminV2TypeAggregateMax Max { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeAggregateMax |
Min
Min aggregator.
Declaration
[JsonProperty("min")]
public virtual GoogleBigtableAdminV2TypeAggregateMin Min { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeAggregateMin |
StateType
Output only. Type that holds the internal accumulator state for the Aggregate
. This is a function of the
input_type
and aggregator
chosen.
Declaration
[JsonProperty("stateType")]
public virtual Type StateType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Sum
Sum aggregator.
Declaration
[JsonProperty("sum")]
public virtual GoogleBigtableAdminV2TypeAggregateSum Sum { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeAggregateSum |