Show / Hide Table of Contents

Class BatchGetStatsResponse

Response for the Videos.stats API. Returns VideoStat information about a batch of videos. VideoStat contains a subset of the information in Video that is relevant to statistics and content details. BatchGetStats is intentionally not atomic to provide a better user experience. BatchGetStatsResponse returns a summary to help users understand the outcome of the operation.

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

Properties

ETag

Etag of this resource.

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

Items

The videos' stats information.

Declaration
[JsonProperty("items")]
public virtual IList<VideoStat> Items { get; set; }
Property Value
Type Description
IList<VideoStat>

Kind

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX