Class Compression
Configuration for compressing/decompressing message data using a user-specified compression algorithm.
Implements
Inherited Members
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 |