LastEnqueuedEventProperties Struct

Definition

A set of information about the enqueued state of a partition, as observed by the consumer.

public struct LastEnqueuedEventProperties : IEquatable<Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties>
type LastEnqueuedEventProperties = struct
Public Structure LastEnqueuedEventProperties
Implements IEquatable(Of LastEnqueuedEventProperties)
Inheritance
LastEnqueuedEventProperties
Implements

Constructors

LastEnqueuedEventProperties(Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Initializes a new instance of the LastEnqueuedEventProperties class.

Properties

EnqueuedTime

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

LastReceivedTime

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

Offset

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

SequenceNumber

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

Methods

Equals(LastEnqueuedEventProperties)

Determines whether the specified LastEnqueuedEventProperties is equal to this instance.

Operators

Equality(LastEnqueuedEventProperties, LastEnqueuedEventProperties)

Determines whether the specified LastEnqueuedEventProperties instances are equal to each other.

Inequality(LastEnqueuedEventProperties, LastEnqueuedEventProperties)

Determines whether the specified LastEnqueuedEventProperties instances are not equal to each other.

Applies to