StoreWriteSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET