Show / Hide Table of Contents

Class DataFormat

The data format object.

Inheritance
object
DataFormat
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 DataFormat

Properties

CompressionConfig

Declaration
[JsonProperty(PropertyName = "compressionConfig")]
public Compression CompressionConfig { get; set; }
Property Value
Type Description
Compression

FormatAttribute

Declaration
[JsonProperty(PropertyName = "formatAttribute")]
public AbstractFormatAttribute FormatAttribute { get; set; }
Property Value
Type Description
AbstractFormatAttribute

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DataFormat.TypeEnum? Type { get; set; }
Property Value
Type Description
DataFormat.TypeEnum?

type

In this article
Back to top