Show / Hide Table of Contents

Class GdataMedia

gdata

Inheritance
object
GdataMedia
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.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class GdataMedia : IDirectResponseSchema

Properties

Algorithm

gdata

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

BigstoreObjectRef

gdata

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

BlobRef

gdata

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

Blobstore2Info

gdata

Declaration
[JsonProperty("blobstore2Info")]
public virtual GdataBlobstore2Info Blobstore2Info { get; set; }
Property Value
Type Description
GdataBlobstore2Info

CompositeMedia

gdata

Declaration
[JsonProperty("compositeMedia")]
public virtual IList<GdataCompositeMedia> CompositeMedia { get; set; }
Property Value
Type Description
IList<GdataCompositeMedia>

ContentType

gdata

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

ContentTypeInfo

gdata

Declaration
[JsonProperty("contentTypeInfo")]
public virtual GdataContentTypeInfo ContentTypeInfo { get; set; }
Property Value
Type Description
GdataContentTypeInfo

CosmoBinaryReference

gdata

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

Crc32cHash

gdata

Declaration
[JsonProperty("crc32cHash")]
public virtual long? Crc32cHash { get; set; }
Property Value
Type Description
long?

DiffChecksumsResponse

gdata

Declaration
[JsonProperty("diffChecksumsResponse")]
public virtual GdataDiffChecksumsResponse DiffChecksumsResponse { get; set; }
Property Value
Type Description
GdataDiffChecksumsResponse

DiffDownloadResponse

gdata

Declaration
[JsonProperty("diffDownloadResponse")]
public virtual GdataDiffDownloadResponse DiffDownloadResponse { get; set; }
Property Value
Type Description
GdataDiffDownloadResponse

DiffUploadRequest

gdata

Declaration
[JsonProperty("diffUploadRequest")]
public virtual GdataDiffUploadRequest DiffUploadRequest { get; set; }
Property Value
Type Description
GdataDiffUploadRequest

DiffUploadResponse

gdata

Declaration
[JsonProperty("diffUploadResponse")]
public virtual GdataDiffUploadResponse DiffUploadResponse { get; set; }
Property Value
Type Description
GdataDiffUploadResponse

DiffVersionResponse

gdata

Declaration
[JsonProperty("diffVersionResponse")]
public virtual GdataDiffVersionResponse DiffVersionResponse { get; set; }
Property Value
Type Description
GdataDiffVersionResponse

DownloadParameters

gdata

Declaration
[JsonProperty("downloadParameters")]
public virtual GdataDownloadParameters DownloadParameters { get; set; }
Property Value
Type Description
GdataDownloadParameters

ETag

The ETag of the item.

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

Filename

gdata

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

Hash

gdata

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

HashVerified

gdata

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

Inline

gdata

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

IsPotentialRetry

gdata

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

Length

gdata

Declaration
[JsonProperty("length")]
public virtual long? Length { get; set; }
Property Value
Type Description
long?

Md5Hash

gdata

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

MediaId

gdata

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

ObjectId

gdata

Declaration
[JsonProperty("objectId")]
public virtual GdataObjectId ObjectId { get; set; }
Property Value
Type Description
GdataObjectId

Path

gdata

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

ReferenceType

gdata

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

Sha1Hash

gdata

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

Sha256Hash

gdata

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

Timestamp

gdata

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

Token

gdata

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX