다음을 통해 공유


EventHubDataAdapter.GetPartitionKey(Guid, String) 메서드

정의

스트림에 사용할 이벤트 허브 파티션 키를 가져옵니다.

public virtual string GetPartitionKey (Guid streamGuid, string streamNamespace);
abstract member GetPartitionKey : Guid * string -> string
override this.GetPartitionKey : Guid * string -> string
Public Overridable Function GetPartitionKey (streamGuid As Guid, streamNamespace As String) As String

매개 변수

streamGuid
Guid

스트림 Guid입니다.

streamNamespace
String

스트림 네임스페이스입니다.

반환

스트림에 사용할 파티션 키입니다.

구현

적용 대상