EventHubsConnectionStringProperties Class
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.
The set of properties that comprise an Event Hubs connection string.
public class EventHubsConnectionStringProperties
type EventHubsConnectionStringProperties = class
Public Class EventHubsConnectionStringProperties
- Inheritance
-
EventHubsConnectionStringProperties
Constructors
EventHubsConnectionStringProperties() |
Properties
Endpoint |
The endpoint to be used for connecting to the Event Hubs namespace. |
EventHubName |
The name of the specific Event Hub instance under the associated Event Hubs namespace. |
FullyQualifiedNamespace |
The fully qualified Event Hubs namespace that the consumer is associated with. This is likely
to be similar to |
SharedAccessKey |
The value of the shared access key, either for the Event Hubs namespace or the Event Hub. |
SharedAccessKeyName |
The name of the shared access key, either for the Event Hubs namespace or the Event Hub. |
SharedAccessSignature |
The value of the fully-formed shared access signature, either for the Event Hubs namespace or the Event Hub. |
Methods
Parse(String) |
Parses the specified Event Hubs connection string into its component properties. |