@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
44 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductAnalyticsExtendedCompute = void 0;
/**
* Compute configuration for Product Analytics Extended queries.
*/
class ProductAnalyticsExtendedCompute {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return ProductAnalyticsExtendedCompute.attributeTypeMap;
}
}
exports.ProductAnalyticsExtendedCompute = ProductAnalyticsExtendedCompute;
/**
* @ignore
*/
ProductAnalyticsExtendedCompute.attributeTypeMap = {
aggregation: {
baseName: "aggregation",
type: "FormulaAndFunctionEventAggregation",
required: true,
},
interval: {
baseName: "interval",
type: "number",
format: "double",
},
metric: {
baseName: "metric",
type: "string",
},
name: {
baseName: "name",
type: "string",
},
rollup: {
baseName: "rollup",
type: "CalendarInterval",
},
};
//# sourceMappingURL=ProductAnalyticsExtendedCompute.js.map