SearchDataDistributionTimeDistribution is a datatype for time-bucketed distribution of segments. This datatype is used by the SearchDataDistributionRepository, which is ultimately used by the searchDataDistribution() query.

Table: SearchDataDistributionTimeDistribution

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
avgSegmentCompressedByteslong  PreviewThe average compressed bytes per segment, if any segments exist.
avgSegmentOriginalByteslong  PreviewThe average original bytes per segment, if any segments exist.
avgSegmentSpanMslong  PreviewThe average event time span per segment in milliseconds, if any segments exist.
buckets[SearchDataDistributionTimeBucket]yes PreviewTime buckets with segment statistics. See SearchDataDistributionTimeBucket.
totalSegmentsintegeryes PreviewThe total number of segments across all buckets.