EventHubCaptureFileCreatedEventData 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
EventHubCaptureFileCreatedEventData()
public EventHubCaptureFileCreatedEventData ();
Public Sub New ()
S’applique à
EventHubCaptureFileCreatedEventData(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>)
public EventHubCaptureFileCreatedEventData (string fileurl = default, string fileType = default, string partitionId = default, int? sizeInBytes = default, int? eventCount = default, int? firstSequenceNumber = default, int? lastSequenceNumber = default, DateTime? firstEnqueueTime = default, DateTime? lastEnqueueTime = default);
new Microsoft.Azure.EventGrid.Models.EventHubCaptureFileCreatedEventData : string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.EventGrid.Models.EventHubCaptureFileCreatedEventData
Public Sub New (Optional fileurl As String = Nothing, Optional fileType As String = Nothing, Optional partitionId As String = Nothing, Optional sizeInBytes As Nullable(Of Integer) = Nothing, Optional eventCount As Nullable(Of Integer) = Nothing, Optional firstSequenceNumber As Nullable(Of Integer) = Nothing, Optional lastSequenceNumber As Nullable(Of Integer) = Nothing, Optional firstEnqueueTime As Nullable(Of DateTime) = Nothing, Optional lastEnqueueTime As Nullable(Of DateTime) = Nothing)
Paramètres
- fileurl
- String
- fileType
- String
- partitionId
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET