Files
power-apps-codeapps-pipelines/CodeApp_NeonReactor/node_modules/@microsoft/1ds-post-js/dist-es5/DataModels.js
T
2026-07-12 15:11:38 +02:00

21 lines
704 B
JavaScript

/*
* 1DS JS SDK POST plugin, 4.3.11
* Copyright (c) Microsoft and contributors. All rights reserved.
* (Microsoft Internal Only)
*/
/**
* Real Time profile (default profile). RealTime Latency events are sent every 1 sec and
* Normal Latency events are sent every 2 sec.
*/
export var RT_PROFILE = "REAL_TIME";
/**
* Near Real Time profile. RealTime Latency events are sent every 3 sec and
* Normal Latency events are sent every 6 sec.
*/
export var NRT_PROFILE = "NEAR_REAL_TIME";
/**
* Best Effort. RealTime Latency events are sent every 9 sec and
* Normal Latency events are sent every 18 sec.
*/
export var BE_PROFILE = "BEST_EFFORT";
//# sourceMappingURL=DataModels.js.map