Edit

Share via


EventHubDataAdapter.GetPartitionKey(StreamId) Method

Definition

Get the Event Hub partition key to use for a stream.

public virtual string GetPartitionKey (Orleans.Runtime.StreamId streamId);
abstract member GetPartitionKey : Orleans.Runtime.StreamId -> string
override this.GetPartitionKey : Orleans.Runtime.StreamId -> string
Public Overridable Function GetPartitionKey (streamId As StreamId) As String

Parameters

streamId
StreamId

The stream Guid.

Returns

The partition key to use for the stream.

Implements

Applies to