Object containing indexed logs usage aggregated across organizations and months for a retention period.

Hierarchy

  • LogsRetentionAggSumUsage

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
logsIndexedLogsUsageAggSum?: number

Total indexed logs for this retention period.

logsLiveIndexedLogsUsageAggSum?: number

Live indexed logs for this retention period.

logsRehydratedIndexedLogsUsageAggSum?: number

Rehydrated indexed logs for this retention period.

retention?: string

The retention period in days or "custom" for all custom retention periods.

Generated using TypeDoc