Class RateLimitConfiguration
Inherited Members
Namespace: Crowdin.Api.Core.RateLimiting
Assembly: Crowdin.Api.dll
Syntax
public class RateLimitConfiguration
Properties
| Edit this page View SourceInitialDelay
Declaration
public TimeSpan InitialDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
MaxAttempts
Declaration
public int MaxAttempts { get; set; }
Property Value
Type | Description |
---|---|
int |
MaxDelay
Declaration
public TimeSpan MaxDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |