Click or drag to resize
RateLimit Class
A rate limit for a service endpoint.
Inheritance Hierarchy
SystemObject
  OpenStack.Compute.v2_1RateLimit

Namespace: OpenStack.Compute.v2_1
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class RateLimit

The RateLimit type exposes the following members.

Constructors
  NameDescription
Public methodRateLimit
Initializes a new instance of the RateLimit class
Top
Properties
  NameDescription
Public propertyHttpMethod
The request verb, e.g. GET, POST
Public propertyMaximum
The maximum number of requests allowed in the current time frame.
Public propertyNextAvailable
Specifies when the current time frame expires and the rate limits are reset.
Public propertyRemaining
The number of remaining requests allowed in the current time frame.
Public propertyUnitOfMeasurement
The time frame unit of measurement.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also