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

Properties

int ViewCount [get, set]
 The count of how many times the video attached to this Tweet has been viewed. This is the number of video views aggregated across all Tweets in which the given video has been posted. That means that the metric includes the combined views from any instance where the video has been Retweeted or reposted in separate Tweets. This returns the total count of video views from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter. More...
 
- Properties inherited from CoreTweet.V2.IMediaPublicMetrics
int ViewCount [get, set]
 A count of how many times the video included in the Tweet has been viewed. 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

◆ ViewCount

int CoreTweet.V2.MediaPublicMetrics.ViewCount
getset

The count of how many times the video attached to this Tweet has been viewed. This is the number of video views aggregated across all Tweets in which the given video has been posted. That means that the metric includes the combined views from any instance where the video has been Retweeted or reposted in separate Tweets. This returns the total count of video views from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter.


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