你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于