public final class PartitionRuntimeInformation extends Object
| Constructor and Description |
|---|
PartitionRuntimeInformation(String eventHubPath,
String partitionId,
long beginSequenceNumber,
long lastEnqueuedSequenceNumber,
String lastEnqueuedOffset,
Instant lastEnqueuedTimeUtc,
boolean isEmpty) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBeginSequenceNumber() |
String |
getEventHubPath() |
boolean |
getIsEmpty() |
String |
getLastEnqueuedOffset() |
long |
getLastEnqueuedSequenceNumber() |
Instant |
getLastEnqueuedTimeUtc() |
String |
getPartitionId() |
public String getEventHubPath()
public String getPartitionId()
public long getBeginSequenceNumber()
public long getLastEnqueuedSequenceNumber()
public String getLastEnqueuedOffset()
public Instant getLastEnqueuedTimeUtc()
public boolean getIsEmpty()
Copyright © 2019 Microsoft Corporation. All rights reserved.