Click or drag to resize
RateLimit Properties
This API is preliminary and subject to change.

The MonitoringLimitsRateLimit type exposes the following members.

Properties
  NameDescription
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyLimit
Gets the number of times the rate limited item is allowed to be used during a rate limit period.
Public propertyUsed
Gets the number of times the rate limited item has been used during the current rate limiting period.
Public propertyWindow
Gets a description of the period between resetting the rate limit.
Top
See Also