Freigeben über


EventDataBatch(Int64, String) Konstruktor

Definition

Erstellt einen neuen EventDataBatch.

public EventDataBatch (long maxSizeInBytes, string partitionKey = default);
new Microsoft.Azure.EventHubs.EventDataBatch : int64 * string -> Microsoft.Azure.EventHubs.EventDataBatch
Public Sub New (maxSizeInBytes As Long, Optional partitionKey As String = Nothing)

Parameter

maxSizeInBytes
Int64

Die maximal zulässige Größe für den Batch

partitionKey
String

Partitionsschlüssel, der dem Batch zugeordnet ist

Gilt für: