DataCollectionLevel enum

The data collection level decides about the amount of data which gets captured by the agent. For more information look into the documenation.

Inheritance

Constructors

DataCollectionLevel()
const

Values

Off → const DataCollectionLevel

The agent does not capture data.

Performance → const DataCollectionLevel

The agent only captures anonymous performance data. But it does not capture data that would identify the user or custom value reporting.

UserBehavior → const DataCollectionLevel

The agent captures performance and user data. This mode allows the agent to tag visits and it uses the same visitor id for every visit.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DataCollectionLevel>
A constant List of the values in this enum, in order of their declaration.