Show / Hide Table of Contents

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 Source

PolarisSettings()

Initializes a new instance of the PolarisSettings class.

Declaration
public PolarisSettings()

Properties

View Source

AdditionalKustoFilters

Gets or sets additional filters to apply to Kusto queries.

Declaration
public string AdditionalKustoFilters { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

RecommendationReconnectDelay

Gets or sets the recommendation reconnect delay.

Declaration
public int RecommendationReconnectDelay { get; set; }
Property Value
Type Description
System.Int32
View Source

RecommendationUpdateRate

Gets or sets the recommendation update rate.

Declaration
public int RecommendationUpdateRate { get; set; }
Property Value
Type Description
System.Int32
View Source

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 Source

CopySettings(PolarisSettings)

Helper function to copy settings.

Declaration
public void CopySettings(PolarisSettings settings)
Parameters
Type Name Description
PolarisSettings settings

The settings to copy.

  • View Source
In This Article
Back to top Generated by DocFX