Class SnowflakeOrganizationUsageMetricsIntegrationDataflowSettingsResponse

Settings of the organization usage metrics dataflow.

Hierarchy

  • SnowflakeOrganizationUsageMetricsIntegrationDataflowSettingsResponse

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
organizationUsageMetricsAggregateLast24h?: 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.

Generated using TypeDoc