UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

24 lines 1.02 kB
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.MOST_FREQUENT = exports.LATEST = exports.EARLIEST = exports.AVG = exports.MAX = exports.MIN = exports.SUM = exports.PC99 = exports.PC98 = exports.PC95 = exports.PC90 = exports.PC75 = exports.MEDIAN = exports.CARDINALITY = exports.COUNT = void 0; exports.COUNT = "count"; exports.CARDINALITY = "cardinality"; exports.MEDIAN = "median"; exports.PC75 = "pc75"; exports.PC90 = "pc90"; exports.PC95 = "pc95"; exports.PC98 = "pc98"; exports.PC99 = "pc99"; exports.SUM = "sum"; exports.MIN = "min"; exports.MAX = "max"; exports.AVG = "avg"; exports.EARLIEST = "earliest"; exports.LATEST = "latest"; exports.MOST_FREQUENT = "most_frequent"; //# sourceMappingURL=ListStreamComputeAggregation.js.map