public final class EventHubProperties extends Object
receiving events from a specific partition
.Modifier and Type | Method and Description |
---|---|
Instant |
getCreatedAt()
Gets the instant, in UTC, at which Event Hub was created.
|
String |
getName()
Gets the name of the Event Hub.
|
IterableStream<String> |
getPartitionIds()
Gets the list of partition identifiers of the Event Hub.
|
public String getName()
public Instant getCreatedAt()
public IterableStream<String> getPartitionIds()
Copyright © 2019 Microsoft Corporation. All rights reserved.