Show / Hide Table of Contents

Class VideoStatsStatistics

Statistics about the video, such as the number of times the video was viewed or liked.

Inheritance
object
VideoStatsStatistics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX