diff --git a/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/EventPosition.java b/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/EventPosition.java index 9bbbc464394a..982f4c282cb8 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/EventPosition.java +++ b/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/EventPosition.java @@ -84,7 +84,8 @@ public static EventPosition fromEnqueuedTime(Instant enqueuedDateTime) { } /** - * Corresponds to the event in the partition at the provided offset, inclusive of that event. + * Creates a position to an event in the partition at the provided offset. The event at that offset will not be + * included. Instead, the next event is returned. * *
* The offset is the relative position for event in the context of the stream. The offset should not be considered a