CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.RateLimit Class Reference

Represents the rate limits for a resource family. More...

Inheritance diagram for CoreTweet.RateLimit:
CoreTweet.Core.CoreBase

Properties

int Remaining [get, set]
 Gets or sets the left of requesting the resource within the current rate limiting window. More...
 
DateTimeOffset Reset [get, set]
 Gets or sets the reset expiration time. More...
 
int Limit [get, set]
 Gets or sets the value that represents the limit count within the current rate limiting window. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents the rate limits for a resource family.

The rate for (most of) the POST endpoints is not publicly available, unless explicitly stated in the Twitter official documentation.

Property Documentation

◆ Limit

int CoreTweet.RateLimit.Limit
getset

Gets or sets the value that represents the limit count within the current rate limiting window.

◆ Remaining

int CoreTweet.RateLimit.Remaining
getset

Gets or sets the left of requesting the resource within the current rate limiting window.

◆ Reset

DateTimeOffset CoreTweet.RateLimit.Reset
getset

Gets or sets the reset expiration time.


The documentation for this class was generated from the following file: