Number of indexed logs for each hour and index for a given organization.

Hierarchy

  • UsageLogsByIndexHour

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

The total number of indexed logs for the queried hour.

hour?: Date

The hour for the usage.

indexId?: string

The index ID for this usage.

indexName?: string

The user specified name for this index ID.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

retention?: number

The retention period (in days) for this index ID.

Generated using TypeDoc