Class PolarisSettings
Settings for the Polaris module.
Inheritance
System.Object
PolarisSettings
Namespace: Phoenix.Polaris
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
[Serializable]
public class PolarisSettings : SettingsCategoryBase
Constructors
View SourcePolarisSettings()
Initializes a new instance of the PolarisSettings class.
Declaration
public PolarisSettings()
Properties
View SourceAdditionalKustoFilters
Gets or sets additional filters to apply to Kusto queries.
Declaration
public string AdditionalKustoFilters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KustoDataDuration
Gets or sets the duration/age of a Kusto Data to query.
Declaration
public string KustoDataDuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecommendationReconnectDelay
Gets or sets the recommendation reconnect delay.
Declaration
public int RecommendationReconnectDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RecommendationUpdateRate
Gets or sets the recommendation update rate.
Declaration
public int RecommendationUpdateRate { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShowCompassWhenEmpty
Gets or sets a value indicating whether to show the compass when it is empty.
Declaration
public bool ShowCompassWhenEmpty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceCopySettings(PolarisSettings)
Helper function to copy settings.
Declaration
public void CopySettings(PolarisSettings settings)
Parameters
Type | Name | Description |
---|---|---|
PolarisSettings | settings | The settings to copy. |