UsageOnDay is a datatype for information about usage on the day.

This datatype is used by the datatype, MonthlyIngest, which is part of the union datatype, MonthlyIngestQueryResult, which is used by the datatype, UsageStats, which is used by the usage() query field.

Table: UsageOnDay

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: May 26, 2025
averageIngestByteslong  Long-TermThe average ingest in bytes for the day.
datedatetimeyes Long-TermThe date and time in the ISO-8601 instant format (e.g., 2022-12-03T10:15:30.00Z).
ingestByteslongyes Long-TermThe amount of ingest in bytes for the day.
limitUsageLimityes Long-TermThe usage limit of the ingest. See UsageLimit.