次の方法で共有


FileSystemSink コンストラクター

定義

オーバーロード

FileSystemSink()
FileSystemSink(Int32, TimeSpan)

FileSystemSink()

public FileSystemSink();
Public Sub New ()

適用対象

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)

パラメーター

writeBatchSize
Int32
writeBatchTimeout
TimeSpan

適用対象