Show / Hide Table of Contents

Class Compression

The optional compression configuration.

Inheritance
object
Compression
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Compression

Properties

Codec

Declaration
[JsonProperty(PropertyName = "codec")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Compression.CodecEnum? Codec { get; set; }
Property Value
Type Description
Compression.CodecEnum?

Compression algorithm

In this article
Back to top