@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
17 lines • 764 B
JavaScript
/**
* 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.NONE = exports.EVENT_COUNT = exports.GEO_DATA = exports.NEW_VALUE = exports.MAX = exports.SUM = exports.CARDINALITY = exports.COUNT = void 0;
exports.COUNT = "count";
exports.CARDINALITY = "cardinality";
exports.SUM = "sum";
exports.MAX = "max";
exports.NEW_VALUE = "new_value";
exports.GEO_DATA = "geo_data";
exports.EVENT_COUNT = "event_count";
exports.NONE = "none";
//# sourceMappingURL=SecurityMonitoringRuleQueryAggregation.js.map
;