Freigeben über


EventHubProperties Konstruktoren

Definition

Überlädt

EventHubProperties()

Initialisiert eine neue instance der EventHubProperties-Klasse.

EventHubProperties(Nullable<Int64>, Nullable<Int32>, IList<String>, String, String)

Initialisiert eine neue instance der EventHubProperties-Klasse.

EventHubProperties()

Initialisiert eine neue instance der EventHubProperties-Klasse.

public EventHubProperties ();
Public Sub New ()

Gilt für:

EventHubProperties(Nullable<Int64>, Nullable<Int32>, IList<String>, String, String)

Initialisiert eine neue instance der EventHubProperties-Klasse.

public EventHubProperties (long? retentionTimeInDays = default, int? partitionCount = default, System.Collections.Generic.IList<string> partitionIds = default, string path = default, string endpoint = default);
new Microsoft.Azure.Management.IotHub.Models.EventHubProperties : Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.IotHub.Models.EventHubProperties
Public Sub New (Optional retentionTimeInDays As Nullable(Of Long) = Nothing, Optional partitionCount As Nullable(Of Integer) = Nothing, Optional partitionIds As IList(Of String) = Nothing, Optional path As String = Nothing, Optional endpoint As String = Nothing)

Parameter

retentionTimeInDays
Nullable<Int64>

Die Aufbewahrungszeit für Geräte-zu-Cloud-Nachrichten in Tagen. Siehe: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages

partitionCount
Nullable<Int32>

Die Anzahl der Partitionen zum Empfangen von Device-to-Cloud-Nachrichten im Event Hub-kompatiblen Endpunkt. Weitere Informationen finden Sie unter https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

partitionIds
IList<String>

Die Partitions-IDs im Event Hub-kompatiblen Endpunkt.

path
String

Der Event Hub-kompatible Name.

endpoint
String

Der Event Hub-kompatible Endpunkt.

Gilt für: