Show / Hide Table of Contents

Class Compression

Configuration for compressing/decompressing message data using a user-specified compression algorithm.

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

Properties

CompressionAlgorithm

Required. Specifies the compression algorithm to use.

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

CompressionMode

Required. Specifies whether to compress or decompress the message.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX