Class SnowflakeAccountUsageMetricsIntegrationDataflowSettingsResponse

Settings of the account usage metrics dataflow.

Hierarchy

  • SnowflakeAccountUsageMetricsIntegrationDataflowSettingsResponse

Constructors

Properties

accountUsageMetricsAggregateLast24h?: boolean

The period each metric aggregates over. When true, metrics aggregate the past 24 hours on a rolling basis; when false, they aggregate the current day so far.

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

Generated using TypeDoc