Class StatsConfig
Inheritance
System.Object
StatsConfig
Assembly: Eco.Stats.dll
Syntax
public class StatsConfig : Object
Constructors
StatsConfig()
Declaration
Properties
BlockBulkActions
Declaration
public bool BlockBulkActions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupingLevel
Declaration
public StatsGroupingLevel GroupingLevel { get; set; }
Property Value
KeepDetailsHours
Declaration
public int KeepDetailsHours { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxRecordsToGroup
Declaration
public int MaxRecordsToGroup { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RebuildDatabaseOnExit
Declaration
public bool RebuildDatabaseOnExit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StatsGroupingDays
Declaration
public int StatsGroupingDays { get; set; }
Property Value
Type |
Description |
System.Int32 |
|