Class SnowflakeOrganizationUsageMetricsIntegrationDataflowResponse

Organization-level usage metrics read from the Snowflake ORGANIZATION_USAGE schema, covering the credit consumption of every account in the organization and the history of data transferred out of Snowflake. Reading that schema requires the ORGADMIN role; without it this dataflow collects no data.

Hierarchy

  • SnowflakeOrganizationUsageMetricsIntegrationDataflowResponse

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

Whether Datadog collects this data.

Settings of the organization usage metrics dataflow.

Generated using TypeDoc