Table of Contents

Enum RateBase

Namespace
Skyline.DataMiner.Utils.Rates.Common
Assembly
Skyline.DataMiner.Utils.Rates.Common.dll

Determines whether the rate should be calculated per second, minute, hour or day.

public enum RateBase

Fields

Day = 3

Rates will be calculated per day.

Hour = 2

Rates will be calculated per hour.

Minute = 1

Rates will be calculated per minute.

Second = 0

Rates will be calculated per second.