SearchDataDistributionTimeBucket is a datatype for a time bucket containing segment count statistics. This datatype is used by the SearchDataDistributionTimeDistribution, which is ultimately used by the searchDataDistribution() query.

Table: SearchDataDistributionTimeBucket

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
endMslongyes PreviewThe end of the time bucket in epoch milliseconds.
segmentCountintegeryes PreviewThe umber of segments overlapping this time bucket. A segment spanning multiple buckets is counted in each.
startMslongyes PreviewThe number of segments overlapping this time bucket. A segment spanning multiple buckets is counted in each.