azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventhu...

60 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventhubs.EventHubProperties"
fullName: "com.azure.messaging.eventhubs.EventHubProperties"
name: "EventHubProperties"
nameWithType: "EventHubProperties"
summary: "Holds information about an Event Hub which can come handy while performing operations like <xref uid=\"com.azure.messaging.eventhubs.EventHubConsumerAsyncClient.receiveFromPartition(java.lang.String,com.azure.messaging.eventhubs.models.EventPosition)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"receiving events from a specific partition\"></xref>."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EventHubProperties**"
methods:
- uid: "com.azure.messaging.eventhubs.EventHubProperties.getCreatedAt()"
fullName: "com.azure.messaging.eventhubs.EventHubProperties.getCreatedAt()"
name: "getCreatedAt()"
nameWithType: "EventHubProperties.getCreatedAt()"
summary: "Gets the instant, in UTC, at which Event Hub was created."
syntax: "public Instant getCreatedAt()"
desc: "Gets the instant, in UTC, at which Event Hub was created."
returns:
description: "The instant, in UTC, at which the Event Hub was created."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
- uid: "com.azure.messaging.eventhubs.EventHubProperties.getName()"
fullName: "com.azure.messaging.eventhubs.EventHubProperties.getName()"
name: "getName()"
nameWithType: "EventHubProperties.getName()"
summary: "Gets the name of the Event Hub."
syntax: "public String getName()"
desc: "Gets the name of the Event Hub."
returns:
description: "Name of the Event Hub."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventhubs.EventHubProperties.getPartitionIds()"
fullName: "com.azure.messaging.eventhubs.EventHubProperties.getPartitionIds()"
name: "getPartitionIds()"
nameWithType: "EventHubProperties.getPartitionIds()"
summary: "Gets the list of partition identifiers of the Event Hub."
syntax: "public IterableStream<String> getPartitionIds()"
desc: "Gets the list of partition identifiers of the Event Hub."
returns:
description: "The list of partition identifiers of the Event Hub."
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "class"
desc: "Holds information about an Event Hub which can come handy while performing operations like <xref uid=\"com.azure.messaging.eventhubs.EventHubConsumerAsyncClient.receiveFromPartition(java.lang.String,com.azure.messaging.eventhubs.models.EventPosition)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"receiving events from a specific partition\"></xref>."
metadata: {}
package: "com.azure.messaging.eventhubs"
artifact: com.azure:azure-messaging-eventhubs:5.18.7