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

The type of compression for the archive.

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.

lookupAttributes?: string[]

An array of attributes to use as lookup keys for the archive.

name: string

The archive name.

partitioningAttributes?: string[]

An array of attributes to use as partition keys for the archive. The attribute used most frequently for querying should be first.

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