Class ChannelStatistics
Statistics about a channel: number of subscribers, number of videos in the channel, etc.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelStatistics : IDirectResponseSchemaProperties
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? |