다음을 통해 공유


EventHubsModelFactory.LastEnqueuedEventProperties Method

Definition

Initializes a new instance of the LastEnqueuedEventProperties class.

public static Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties LastEnqueuedEventProperties(long? lastSequenceNumber, string lastOffsetString, DateTimeOffset? lastEnqueuedTime, DateTimeOffset? lastReceivedTime);
static member LastEnqueuedEventProperties : Nullable<int64> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties
Public Shared Function LastEnqueuedEventProperties (lastSequenceNumber As Nullable(Of Long), lastOffsetString As String, lastEnqueuedTime As Nullable(Of DateTimeOffset), lastReceivedTime As Nullable(Of DateTimeOffset)) As LastEnqueuedEventProperties

Parameters

lastSequenceNumber
Nullable<Int64>

The sequence number observed the last event to be enqueued in the partition.

lastOffsetString
String

The offset of the last event to be enqueued in the partition.

lastEnqueuedTime
Nullable<DateTimeOffset>

The date and time, in UTC, that the last event was enqueued in the partition.

lastReceivedTime
Nullable<DateTimeOffset>

The date and time, in UTC, that the information was last received.

Returns

Applies to