Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Aggregate.Types.HyperLogLogPlusPlusUniqueCount.
Computes an approximate unique count over the input values. When using
raw data as input, be careful to use a consistent encoding. Otherwise
the same value encoded differently could count more than once, or two
distinct values could count as identical.
Input: Any, or omit for Raw
State: TBD
Special state conversions: Int64 (the unique count estimate)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["This webpage provides reference documentation for the `HyperLogLogPlusPlusUniqueCount` class within the Google Bigtable v2 API, specifically within the `Google.Cloud.Bigtable.V2` namespace."],["The `HyperLogLogPlusPlusUniqueCount` class is designed to compute an approximate unique count of input values and can handle any type of input, or can be omitted for Raw input."],["The documentation covers various versions of the API, from 2.2.0 up to the latest 3.17.0, and you can access each version individually."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are detailed alongside its inheritance from `object`."],["The documentation also details the two constructors available for the `HyperLogLogPlusPlusUniqueCount` class, including one for copying another `HyperLogLogPlusPlusUniqueCount` object."]]],[]]