SearchDataDistributionRepository is a datatype for data distribution statistics for a single repository. This datatype is used by the SearchDataDistributionResult datatype, which is used by the searchDataDistribution() query.

Table: SearchDataDistributionRepository

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
datasources[SearchDataDistributionDatasource]yes PreviewPer-datasource segment statistics. See SearchDataDistributionDatasource.
maxEventTimelong  PreviewLatest event timestamp (epoch ms) across all matching segments, if any.
maxIngestTimelong  PreviewLatest ingest timestamp (epoch ms) across all matching segments, if any.
minEventTimelong  PreviewEarliest event timestamp (epoch ms) across all matching segments, if any.
minIngestTimelong  PreviewEarliest ingest timestamp (epoch ms) across all matching segments, if any.
organizationIdstring  PreviewThe organization that owns this repository, if any.
originstringyes PreviewThe query component that scans this repository: query means the main query, join-N means join subqueries, and defineTable-name the table-building queries.
repositoryIdstringyes PreviewThe unique identifier of the repository.
repositoryNamestringyes PreviewThe name of the repository.
scanPercentageCompressedfloatyes PreviewThe percentage of repository compressed bytes that the search would scan.
scanPercentageOriginalfloatyes PreviewThe ppercentage of repository original bytes that the search would scan.
tagDistribution[SearchDataDistributionTagDistributionEntry]yes PreviewAggregated byte statistics per tag key-value pair across matching datasources. See SearchDataDistributionTagDistributionEntry.
timeDistributionSearchDataDistributionTimeDistributionyes PreviewText describing the field. See SearchDataDistributionTimeDistribution.
totalDatasourceCountintegeryes PreviewThe total number of matching datasources before applying maxDatasources limit.
totalRepositoryCompressedByteslongyes PreviewThe total compressed bytes across all datasources in the repository within the time range.
totalRepositoryOriginalByteslongyes PreviewThe total original bytes across all datasources in the repository within the time range.
totalTagEntryCountintegeryes PreviewThe total number of tag distribution entries before applying maxTagEntries limit.