Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MergeMode

Depicts ways that data can be merged if data already exists for metrics that should be written.

Index

Enumeration members

Enumeration members

merge

merge:

The values gets merged with the preexisting values.

override

override:

If there are preexisting values they are overriden by the new values.

throwOnDuplicate

throwOnDuplicate:

If there are preexisting values an exception is thrown.

Generated using TypeDoc