BlobSink 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
BlobSink() | |
BlobSink(Int32, TimeSpan) |
BlobSink()
public BlobSink ();
Public Sub New ()
Applies to
BlobSink(Int32, TimeSpan)
public BlobSink (int writeBatchSize, TimeSpan writeBatchTimeout);
new Microsoft.Azure.Management.DataFactories.Models.BlobSink : int * TimeSpan -> Microsoft.Azure.Management.DataFactories.Models.BlobSink
Public Sub New (writeBatchSize As Integer, writeBatchTimeout As TimeSpan)
Parameters
- writeBatchSize
- Int32
- writeBatchTimeout
- TimeSpan