SearchDataDistributionTagDistributionEntry is a datatype for aggregated byte statistics for a single tag entry across all matching datasources. This datatype is used by the SearchDataDistributionRepository, which is ultimately used by the searchDataDistribution() query.

Table: SearchDataDistributionTagDistributionEntry

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
compressedByteslongyes PreviewThe total compressed bytes across all datasources with this tag.
datasourceCountintegeryes PreviewThe number of datasources that have this tag.
originalByteslongyes PreviewThe total original bytes across all datasources with this tag.
percentOfRepositoryCompressedfloatyes PreviewThe percentage of total repository compressed bytes attributable to this tag.
percentOfRepositoryOriginalfloatyes PreviewThe percentage of total repository original bytes attributable to this tag.
percentOfScanCompressedfloatyes PreviewThe percentage of total scan compressed bytes attributable to this tag.
percentOfScanOriginalfloatyes PreviewThe percentage of total scan original bytes attributable to this tag.
tagSearchDataDistributionTagIdentifieryes PreviewThe tag identifier (exact value or grouped bucket). See SearchDataDistributionTagIdentifier.