FileSystemSink Constructors

Definition

Overloads

FileSystemSink()
FileSystemSink(Int32, TimeSpan)

FileSystemSink()

public FileSystemSink ();
Public Sub New ()

Applies to

FileSystemSink(Int32, TimeSpan)

public FileSystemSink (int writeBatchSize, TimeSpan writeBatchTimeout);
new Microsoft.Azure.Management.DataFactories.Models.FileSystemSink : int * TimeSpan -> Microsoft.Azure.Management.DataFactories.Models.FileSystemSink
Public Sub New (writeBatchSize As Integer, writeBatchTimeout As TimeSpan)

Parameters

writeBatchSize
Int32
writeBatchTimeout
TimeSpan

Applies to