FileSystemSink Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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