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