NamespaceManager.GetEventHubPartition Method
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.
Overloads
GetEventHubPartition(String, String) |
Returns information about the specified Event Hub partition. This method assumes that you want partition information for the partition
specified by the |
GetEventHubPartition(String, String, String) |
GetEventHubPartition(String, String)
Returns information about the specified Event Hub partition. This method assumes that you want partition information for the partition
specified by the name
parameter that belongs to the default consumer group pointed to by eventHubPath
.
public Microsoft.ServiceBus.Messaging.PartitionDescription GetEventHubPartition (string eventHubPath, string name);
member this.GetEventHubPartition : string * string -> Microsoft.ServiceBus.Messaging.PartitionDescription
Public Function GetEventHubPartition (eventHubPath As String, name As String) As PartitionDescription
Parameters
- eventHubPath
- String
The path to the Event Hub.
- name
- String
The ID of the Event Hub partition.
Returns
Returns PartitionDescription.
Applies to
GetEventHubPartition(String, String, String)
public Microsoft.ServiceBus.Messaging.PartitionDescription GetEventHubPartition (string eventHubPath, string consumerGroupName, string name);
member this.GetEventHubPartition : string * string * string -> Microsoft.ServiceBus.Messaging.PartitionDescription
Public Function GetEventHubPartition (eventHubPath As String, consumerGroupName As String, name As String) As PartitionDescription
Parameters
- eventHubPath
- String
- consumerGroupName
- String
- name
- String
Returns
Applies to
Azure SDK for .NET