EventHubDataAdapter.GetPartitionKey(StreamId) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要用於資料流程的事件中樞分割索引鍵。
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
參數
- streamId
- StreamId
資料流程 Guid。
傳回
要用於資料流程的資料分割索引鍵。