Show / Hide Table of Contents

Class RestMethod.MediaUploadData.ProtocolsData.ResumableData

Supports the Resumable Media Upload protocol.

Inheritance
object
RestMethod.MediaUploadData.ProtocolsData.ResumableData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestMethod.MediaUploadData.ProtocolsData.ResumableData

Properties

Multipart

True if this endpoint supports uploading multipart media.

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

Path

The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX