StoreWriteSettings Class

Definition

Connector write settings.

public class StoreWriteSettings
type StoreWriteSettings = class
Public Class StoreWriteSettings
Inheritance
StoreWriteSettings
Derived

Constructors

StoreWriteSettings()

Initializes a new instance of the StoreWriteSettings class.

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

Initializes a new instance of the StoreWriteSettings class.

Properties

AdditionalProperties

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

CopyBehavior

Gets or sets the type of copy behavior for copy sink.

DisableMetricsCollection

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

MaxConcurrentConnections

Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Applies to