The number of indexed logs for each hour for a given organization broken down by retention period.

Hierarchy

  • UsageLogsByRetentionHour

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

Total logs indexed with this retention period during a given hour.

liveIndexedEventsCount?: number

Live logs indexed with this retention period during a given hour.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

rehydratedIndexedEventsCount?: number

Rehydrated logs indexed with this retention period during a given hour.

retention?: string

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

Generated using TypeDoc