Show / Hide Table of Contents

Class ParquetFormatAttribute

The PARQUET format attribute.

Inheritance
object
AbstractFormatAttribute
ParquetFormatAttribute
Inherited Members
AbstractFormatAttribute.IsFilePattern
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 ParquetFormatAttribute : AbstractFormatAttribute

Properties

Compression

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

The compression for the file.

In this article
Back to top