Show / Hide Table of Contents

Class VideoStat

A VideoStat resource represents a YouTube video's stats.

Inheritance
object
VideoStat
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 VideoStat : IDirectResponseSchema

Properties

ContentDetails

Output only. The VideoStatsContentDetails object contains information about the video content, including the length of the video.

Declaration
[JsonProperty("contentDetails")]
public virtual VideoStatsContentDetails ContentDetails { get; set; }
Property Value
Type Description
VideoStatsContentDetails

ETag

Output only. Etag of this resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Output only. Identifies what kind of resource this is. Value: the fixed string "youtube#videoStats".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Name

Output only. Identifier. The resource name for the VideoStats resource, in the format videoStats/{video_stat}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Snippet

Output only. The VideoStatsSnippet object contains basic details about the video, such publish time.

Declaration
[JsonProperty("snippet")]
public virtual VideoStatsSnippet Snippet { get; set; }
Property Value
Type Description
VideoStatsSnippet

Statistics

Output only. The VideoStatsStatistics object contains statistics about the video.

Declaration
[JsonProperty("statistics")]
public virtual VideoStatsStatistics Statistics { get; set; }
Property Value
Type Description
VideoStatsStatistics

VideoId

Output only. The ID that YouTube uses to uniquely identify the video.

Declaration
[JsonProperty("videoId")]
public virtual string VideoId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX