Show / Hide Table of Contents

Class ChannelStatistics

Statistics about a channel: number of subscribers, number of videos in the channel, etc.

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

Properties

CommentCount

The number of comments for the channel.

Declaration
[JsonProperty("commentCount")]
public virtual ulong? CommentCount { get; set; }
Property Value
Type Description
ulong?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HiddenSubscriberCount

Whether or not the number of subscribers is shown for this user.

Declaration
[JsonProperty("hiddenSubscriberCount")]
public virtual bool? HiddenSubscriberCount { get; set; }
Property Value
Type Description
bool?

SubscriberCount

The number of subscribers that the channel has.

Declaration
[JsonProperty("subscriberCount")]
public virtual ulong? SubscriberCount { get; set; }
Property Value
Type Description
ulong?

VideoCount

The number of videos uploaded to the channel.

Declaration
[JsonProperty("videoCount")]
public virtual ulong? VideoCount { get; set; }
Property Value
Type Description
ulong?

ViewCount

The number of times the channel has been viewed.

Declaration
[JsonProperty("viewCount")]
public virtual ulong? ViewCount { get; set; }
Property Value
Type Description
ulong?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX