ServerMetricsSettings
Inherits from DataContainer
Summary
Constructors
ServerMetricsSettings() |
ServerMetricsSettings(guid: Guid) |
ServerMetricsSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
reportName | string |
enabled | bool |
dbxReportEnabled | bool |
tickTelemetryEnabled | bool |
developmentTelemetryEnabled | bool |
performanceTelemetryEnabled | bool |
juiceTelemetryEnabled | bool |
performanceProfileStateEnabled | bool |
transactionTelemetryEnabled | bool |
compressTransactions | bool |
Static members
Name | Type |
---|---|
ServerMetricsSettings.typeInfo | TypeInformation |
Constructors
ServerMetricsSettings
ServerMetricsSettings()
Creates a new ServerMetricsSettings frostbite instance.
ServerMetricsSettings
ServerMetricsSettings(guid: Guid)
Creates a new ServerMetricsSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ServerMetricsSettings
ServerMetricsSettings(other: DataContainer)
Casts an instance of type DataContainer to ServerMetricsSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ServerMetricsSettings. |
Properties
reportName
string
enabled
bool
dbxReportEnabled
bool
tickTelemetryEnabled
bool
developmentTelemetryEnabled
bool
performanceTelemetryEnabled
bool
juiceTelemetryEnabled
bool
performanceProfileStateEnabled
bool
transactionTelemetryEnabled
bool
compressTransactions
bool
Static members
typeInfo
The type information for the ServerMetricsSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)