CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.TweetGroupingMetrics Class Reference
Inheritance diagram for CoreTweet.V2.TweetGroupingMetrics:
CoreTweet.Core.CoreBase CoreTweet.V2.ITweetPublicMetrics CoreTweet.V2.ITweetNonPublicMetrics

Properties

int ImpressionCount [get, set]
 Number of times the Tweet has been viewed. More...
 
int RetweetCount [get, set]
 Number of times this Tweet has been Retweeted. More...
 
int QuoteCount [get, set]
 Number of times this Tweet has been Retweeted with a comment (also known as Quote). More...
 
int LikeCount [get, set]
 Number of Likes of this Tweet. More...
 
int ReplyCount [get, set]
 Number of Replies of this Tweet. More...
 
int UrlLinkClicks [get, set]
 Number of times the Tweet has been viewed. More...
 
int UserProfileClicks [get, set]
 Number of times the Tweet has been viewed. More...
 
- Properties inherited from CoreTweet.V2.ITweetPublicMetrics
int RetweetCount [get, set]
 A count of how many times the Tweet has been Retweeted. Please note: This does not include Quote Tweets (“Retweets with comment”). To get the "Retweets and comments" total as displayed on the Twitter clients, simply add ITweetPublicMetrics.RetweetCount and ITweetPublicMetrics.QuoteCount. More...
 
int QuoteCount [get, set]
 A count of how many times the Tweet has been Retweeted with a new comment (message). Please note: This does not include Retweets. To get the “Retweets and comments” total as displayed on the Twitter clients, simply add ITweetPublicMetrics.RetweetCount and ITweetPublicMetrics.QuoteCount. More...
 
int LikeCount [get, set]
 A count of how many times the Tweet has been liked. More...
 
int ReplyCount [get, set]
 A count of how many times the Tweet has been replied to. More...
 
- Properties inherited from CoreTweet.V2.ITweetNonPublicMetrics
int ImpressionCount [get, set]
 A count of how many times the Tweet has been viewed (not unique by user). A view is counted if any part of the Tweet is visible on the screen. More...
 
int UrlLinkClicks [get, set]
 A count of the number of times a user clicks on a URL link or URL preview card in a Tweet. More...
 
int UserProfileClicks [get, set]
 A count of the number of times a user clicks the following portions of a Tweet: display name, user name, profile picture. 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)
 

Property Documentation

◆ ImpressionCount

int CoreTweet.V2.TweetGroupingMetrics.ImpressionCount
getset

Number of times the Tweet has been viewed.

◆ LikeCount

int CoreTweet.V2.TweetGroupingMetrics.LikeCount
getset

Number of Likes of this Tweet.

◆ QuoteCount

int CoreTweet.V2.TweetGroupingMetrics.QuoteCount
getset

Number of times this Tweet has been Retweeted with a comment (also known as Quote).

◆ ReplyCount

int CoreTweet.V2.TweetGroupingMetrics.ReplyCount
getset

Number of Replies of this Tweet.

◆ RetweetCount

int CoreTweet.V2.TweetGroupingMetrics.RetweetCount
getset

Number of times this Tweet has been Retweeted.

◆ UrlLinkClicks

int CoreTweet.V2.TweetGroupingMetrics.UrlLinkClicks
getset

Number of times the Tweet has been viewed.

◆ UserProfileClicks

int CoreTweet.V2.TweetGroupingMetrics.UserProfileClicks
getset

Number of times the Tweet has been viewed.


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