EventHubProperties Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
EventHubProperties() |
Initialise une nouvelle instance de la classe EventHubProperties. |
EventHubProperties(Nullable<Int64>, Nullable<Int32>, IList<String>, String, String) |
Initialise une nouvelle instance de la classe EventHubProperties. |
EventHubProperties()
Initialise une nouvelle instance de la classe EventHubProperties.
public EventHubProperties ();
Public Sub New ()
S’applique à
EventHubProperties(Nullable<Int64>, Nullable<Int32>, IList<String>, String, String)
Initialise une nouvelle instance de la classe EventHubProperties.
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)
Paramètres
Durée de rétention des messages appareil-à-cloud en jours. Consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages
Nombre de partitions pour la réception de messages appareil-à-cloud dans le point de terminaison compatible Event Hub. Voir https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.
- path
- String
Nom compatible avec Event Hub.
- endpoint
- String
Point de terminaison compatible avec Event Hub.
S’applique à
Azure SDK for .NET