Show / Hide Table of Contents

Class GdataDownloadParameters

Parameters specific to media downloads.

Inheritance
object
GdataDownloadParameters
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GdataDownloadParameters : IDirectResponseSchema

Properties

AllowGzipCompression

A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.

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

ETag

The ETag of the item.

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

IgnoreRange

Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX