public final class EventHubRuntimeInformation extends Object
EventHubClient.createPartitionSender(String) and EventHubClient.createReceiver(String, String, EventPosition)| Constructor and Description |
|---|
EventHubRuntimeInformation(String path,
Instant createdAt,
int partitionCount,
String[] partitionIds) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreatedAt()
Time at which Event Hub was created at.
|
int |
getPartitionCount()
Number of partitions in the Event Hub.
|
String[] |
getPartitionIds()
List of Partition identifiers of the Event Hub.
|
String |
getPath()
Event Hub name
|
public String getPath()
public Instant getCreatedAt()
public int getPartitionCount()
public String[] getPartitionIds()
Copyright © 2019 Microsoft Corporation. All rights reserved.