DatadogSite enum

Determines the server for uploading RUM events.

Inheritance

Constructors

DatadogSite()
const

Values

us1 → const DatadogSite

US based servers. Sends RUM events to app.datadoghq.com.

us3 → const DatadogSite

US based servers. Sends RUM events to us3.datadoghq.com.

us5 → const DatadogSite

US based servers. Sends RUM events to us5.datadoghq.com.

eu1 → const DatadogSite

Europe based servers. Sends RUM events to app.datadoghq.eu.

us1Fed → const DatadogSite

US based servers, FedRAMP compatible. Sends RUM events to app.ddog-gov.com.

ap1 → const DatadogSite

Asia based servers. Sends data to ap1.datadoghq.com.

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<DatadogSite>
A constant List of the values in this enum, in order of their declaration.