applicationinsights
Version:
Microsoft Application Insights module for Node.js
15 lines • 382 B
JavaScript
;
// THIS FILE WAS AUTOGENERATED
var DataPointType = require("./DataPointType");
;
/**
* Metric data single measurement.
*/
var DataPoint = /** @class */ (function () {
function DataPoint() {
this.kind = DataPointType.Measurement;
}
return DataPoint;
}());
module.exports = DataPoint;
//# sourceMappingURL=DataPoint.js.map