applicationinsights
Version:
Microsoft Application Insights module for Node.js
12 lines • 405 B
JavaScript
// THIS FILE WAS AUTOGENERATED
;
/**
* Type of the metric data measurement.
*/
var DataPointType;
(function (DataPointType) {
DataPointType[DataPointType["Measurement"] = 0] = "Measurement";
DataPointType[DataPointType["Aggregation"] = 1] = "Aggregation";
})(DataPointType || (DataPointType = {}));
module.exports = DataPointType;
//# sourceMappingURL=DataPointType.js.map