SearchDataDistributionTagIdentifier is a union datatype used for either an exact tag value or a grouped tag bucket. It's a union of the SearchDataDistributionExactTagValue datatype (see first table below) and the SearchDataDistributionGroupedTagValue datatype (see second table). This union is used by the SearchDataDistributionTagDistributionEntry, which is ultimately used by the searchDataDistribution() query.

Table: SearchDataDistributionExactTagValue Datatype

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jul 10, 2026
keystringyes PreviewThe tag key.
valuestringyes PreviewThe exact tag value.

Table: SearchDataDistributionGroupedTagValue Datatype

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jul 10, 2026
groupCountintegeryes PreviewTotal number of groups for this tag (modulus).
groupValuestringyes PreviewThe group bucket identifier.
keystringyes PreviewThe tag key.