Object containing indexed logs usage grouped by retention period and summed.

Hierarchy

  • LogsRetentionSumUsage

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
logsIndexedLogsUsageSum?: number

Total indexed logs for this retention period.

logsLiveIndexedLogsUsageSum?: number

Live indexed logs for this retention period.

logsRehydratedIndexedLogsUsageSum?: 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