FileServerWriteSettings Class

Definition

File server write settings.

public class FileServerWriteSettings : Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings
type FileServerWriteSettings = class
    inherit StoreWriteSettings
Public Class FileServerWriteSettings
Inherits StoreWriteSettings
Inheritance
FileServerWriteSettings

Constructors

FileServerWriteSettings()

Initializes a new instance of the FileServerWriteSettings class.

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

Initializes a new instance of the FileServerWriteSettings class.

Properties

AdditionalProperties

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

(Inherited from StoreWriteSettings)
CopyBehavior

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

(Inherited from StoreWriteSettings)
DisableMetricsCollection

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

(Inherited from StoreWriteSettings)
MaxConcurrentConnections

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

(Inherited from StoreWriteSettings)

Applies to