Freigeben über


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

Name Description
OrcFormat()

Initializes a new instance of the OrcFormat class.

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

Initializes a new instance of the OrcFormat class.

Properties

Name Description
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