Class SnowflakeQueryHistoryLogsIntegrationDataflowSettingsResponse

Settings of the query history logs dataflow.

Hierarchy

  • SnowflakeQueryHistoryLogsIntegrationDataflowSettingsResponse

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
joinQueryHistoryWithAccessHistoryEnabled?: boolean

Whether query logs are joined with Snowflake access history, which adds the objects each query read and wrote so you can follow how data is used and where it came from.

queryHistoryLogsIntervalMin?: number

How often query history logs are collected, in minutes.

Generated using TypeDoc