UNPKG

applicationinsights

Version:
12 lines 405 B
// THIS FILE WAS AUTOGENERATED "use strict"; /** * 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