Class ParquetFormatAttribute
The PARQUET format attribute.
Inherited Members
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. |