...
Element | Data Type | Description | Sample Data |
---|---|---|---|
EnabledFlag | Boolean | True if rate limiting is enabled, false if not. | true |
InstallationHitCount | Int32 | The number of hits against the installation | 1601 |
InstallationRateLimit | Int32 | The installation rate limit | 2400 |
RollingWindowSeconds | Int32 | The number of seconds in the rolling window in which hits are counted. | 60 |
SessionHitCount | Int32 | The number of session hits against the installation | 1201 |
SessionRateLimit | Int32 | The installation session limit | 1200 |
UserHitCount | Int32 | The number of user hits against the installation | 2001 |
UserRateLimit | Int32 | The installation user hit limit | 1800 |
...