Compartilhar via


FileSystemSink Construtores

Definição

Sobrecargas

FileSystemSink()
FileSystemSink(Int32, TimeSpan)

FileSystemSink()

public FileSystemSink ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

writeBatchSize
Int32
writeBatchTimeout
TimeSpan

Aplica-se a