Show / Hide Table of Contents

Class MediaResource

The "media" collection of methods.

Inheritance
object
MediaResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class MediaResource

Constructors

MediaResource(IClientService)

Constructs a new resource.

Declaration
public MediaResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Download(string)

Method for media download. Download is supported on the URI /v1/media/{+name}?alt=media.

Declaration
public virtual MediaResource.DownloadRequest Download(string resourceName)
Parameters
Type Name Description
string resourceName

Name of the media that is being downloaded.

Returns
Type Description
MediaResource.DownloadRequest
In this article
Back to top Generated by DocFX