Package version:
Optional
disableIf true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Optional
maxThe maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Optional
partitionSpecify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
Optional
partitionCreate 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".
Optional
sinkSink retry count. Type: integer (or Expression with resultType integer).
Optional
sinkSink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Optional
tableThe type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
Polymorphic discriminator, which specifies the different types this object can be
Optional
writeWrite batch size. Type: integer (or Expression with resultType integer), minimum: 0.
Optional
writeWrite batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
A copy activity for Microsoft Fabric Lakehouse Table sink.