Table of Contents

Class ThrottlingSettings.Settings

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class ThrottlingSettings.Settings
Inheritance
ThrottlingSettings.Settings
Inherited Members
Extension Methods

Constructors

Settings()

public Settings()

Properties

IsEnabled

public bool IsEnabled { get; }

Property Value

bool

QueueLimit

public int QueueLimit { get; set; }

Property Value

int

ReplenishmentPeriodInSeconds

public int ReplenishmentPeriodInSeconds { get; set; }

Property Value

int

Status

public string Status { get; set; }

Property Value

string

TokenLimit

public int TokenLimit { get; set; }

Property Value

int

TokensPerPeriod

public int TokensPerPeriod { get; set; }

Property Value

int