net9.0
namespace Azure.Messaging.EventHubs.Consumer
{
    public struct LastEnqueuedEventProperties : IEquatable<LastEnqueuedEventProperties>
    {
        [EditorBrowsable(EditorBrowsableState.Never)]
        [Obsolete("The Event Hubs service does not guarantee a numeric offset for all resource configurations.  Please use the overload with a string-based offset instead.", false)]
        public LastEnqueuedEventProperties(long? lastSequenceNumber, long lastOffset, DateTimeOffset? lastEnqueuedTime, DateTimeOffset? lastReceivedTime);
    }
}
.NET 5.06.07.08.09.0
.NET Core 2.02.12.23.03.1
.NET Framework 4.6.14.6.24.74.7.14.7.24.84.8.1
.NET Standard 2.02.1
Information specific to net9.0
Assembly

Azure.Messaging.EventHubs , Version=5.12.0.0, PublicKeyToken=92742159e12e44c8

Referencing

Your project needs a package reference to Azure.Messaging.EventHubs.

Package Azure.Messaging.EventHubs (5.12.0-beta.2) net8.0
Obsolete The Event Hubs service does not guarantee a numeric offset for all resource configurations. Please use the overload with a string-based offset instead.
Preview This API is contained in a prerelease package.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API

02/12/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙