Class VideoStatsStatistics
Statistics about the video, such as the number of times the video was viewed or liked.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoStatsStatistics : IDirectResponseSchema
Properties
CommentCount
Output only. The number of comments for the video.
Declaration
[JsonProperty("commentCount")]
public virtual long? CommentCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LikeCount
Output only. The number of users who have indicated that they liked the video by giving it a positive rating.
Declaration
[JsonProperty("likeCount")]
public virtual long? LikeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ViewCount
Output only. The number of times the video has been viewed.
Declaration
[JsonProperty("viewCount")]
public virtual long? ViewCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |