你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

LastEnqueuedEventProperties(Nullable<Int64>, String, 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