Table of Contents

Class EventHubRuntimeInformation

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Returns Event Hubs runtime information, which is required for creating EventHubSender or EventHubReceiver objects.

public class EventHubRuntimeInformation
Inheritance
EventHubRuntimeInformation
Inherited Members

Constructors

EventHubRuntimeInformation()

Initializes a new instance of the EventHubRuntimeInformation class.

public EventHubRuntimeInformation()

Properties

CreatedAt

Gets or sets the time at which the Event Hub was created.

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Returns DateTime.

PartitionCount

Gets or sets the number of partitions in an Event Hub.

public int PartitionCount { get; set; }

Property Value

int

Returns int.

PartitionIds

Gets or sets the partition ID for an Event Hub.

public string[] PartitionIds { get; set; }

Property Value

string[]

Returns string.

Path

Gets or sets the path to the Event Hub.

public string Path { get; set; }

Property Value

string

Returns string.