Class LogsArchiveCreateRequestAttributes

The attributes associated with the archive.

Hierarchy

  • LogsArchiveCreateRequestAttributes

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

An archive's destination.

includeTags?: boolean

To store the tags in the archive, set the value "true". If it is set to "false", the tags will be deleted when the logs are sent to the archive.

name: string

The archive name.

query: string

The archive query/filter. Logs matching this query are included in the archive.

rehydrationMaxScanSizeInGb?: number

Maximum scan size for rehydration from this archive.

rehydrationTags?: string[]

An array of tags to add to rehydrated logs from an archive.

Generated using TypeDoc