OrcFormat Class

Definition

The data stored in Optimized Row Columnar (ORC) format.

public class OrcFormat : Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat
type OrcFormat = class
    inherit DatasetStorageFormat
Public Class OrcFormat
Inherits DatasetStorageFormat
Inheritance

Constructors

OrcFormat()

Initializes a new instance of the OrcFormat class.

OrcFormat(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the OrcFormat class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetStorageFormat)
Deserializer

Gets or sets deserializer. Type: string (or Expression with resultType string).

(Inherited from DatasetStorageFormat)
Serializer

Gets or sets serializer. Type: string (or Expression with resultType string).

(Inherited from DatasetStorageFormat)

Applies to