Package version:

Interface LakeHouseTableSink

A copy activity for Microsoft Fabric Lakehouse Table sink.

interface LakeHouseTableSink {
    disableMetricsCollection?: any;
    maxConcurrentConnections?: any;
    partitionNameList?: any;
    partitionOption?: any;
    sinkRetryCount?: any;
    sinkRetryWait?: any;
    tableActionOption?: any;
    type: "LakeHouseTableSink";
    writeBatchSize?: any;
    writeBatchTimeout?: any;
}

Hierarchy (view full)

Properties

disableMetricsCollection?: any

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

maxConcurrentConnections?: any

The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).

partitionNameList?: any

Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).

partitionOption?: any

Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".

sinkRetryCount?: any

Sink retry count. Type: integer (or Expression with resultType integer).

sinkRetryWait?: any

Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

tableActionOption?: any

The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".

type

Polymorphic discriminator, which specifies the different types this object can be

writeBatchSize?: any

Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

writeBatchTimeout?: any

Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).