Sdílet prostřednictvím


StoreWriteSettings Class

Definition

Connector write settings. Please note StoreWriteSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureBlobFSWriteSettings, AzureBlobStorageWriteSettings, AzureDataLakeStoreWriteSettings, AzureFileStorageWriteSettings, FileServerWriteSettings, LakeHouseWriteSettings and SftpWriteSettings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.StoreWriteSettings+StoreWriteSettingsConverter))]
public abstract class StoreWriteSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.StoreWriteSettings+StoreWriteSettingsConverter))>]
type StoreWriteSettings = class
Public MustInherit Class StoreWriteSettings
Inheritance
StoreWriteSettings
Derived
Attributes

Constructors

StoreWriteSettings()

Initializes a new instance of StoreWriteSettings.

Properties

AdditionalProperties

Additional Properties.

CopyBehavior

The type of copy behavior for copy sink.

MaxConcurrentConnections

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

Metadata

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

Applies to