IEventHubPartitionLocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Location of a message within an EventHub partition
public interface IEventHubPartitionLocation
type IEventHubPartitionLocation = interface
Public Interface IEventHubPartitionLocation
- Derived
Properties
EventHubOffset |
Offset of the message within an EventHub partition |
SequenceNumber |
EventHub sequence id of the message |