다음을 통해 공유


EventHubBatchContainer 클래스

정의

EventHub EventData의 이벤트 집합에 대한 페이로드 및 스트림 위치 정보를 제공하는 Batch 컨테이너입니다.

[Orleans.GenerateSerializer]
[System.Serializable]
public class EventHubBatchContainer : Orleans.Streams.IBatchContainer
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type EventHubBatchContainer = class
    interface IBatchContainer
Public Class EventHubBatchContainer
Implements IBatchContainer
상속
EventHubBatchContainer
특성
구현

생성자

EventHubBatchContainer(EventHubMessage, Serializer)

orleans 스트림과 연결된 캐시된 EventHub 데이터에서 이벤트를 제공하는 Batch 컨테이너

속성

SequenceToken

이 일괄 처리의 시작에 대한 스트림 시퀀스 토큰입니다.

StreamId

이 일괄 처리의 일부인 스트림에 대한 스트림 식별자입니다.

메서드

GetEvents<T>()

일괄 처리에서 특정 형식의 이벤트를 가져옵니다.

ImportRequestContext()

이 IBatchContainer가 소비자에게 전송되기 전에 IBatchContainer에서 RequestContext의 데이터를 설정할 수 있는 기회를 제공합니다. 이벤트가 생성되고 영구 공급자 또는 다른 데이터에 큐에 추가될 때 설정된 데이터일 수 있습니다.

ToEventData<T>(Serializer, StreamId, IEnumerable<T>, Dictionary<String,Object>)

이벤트 목록 및 해당 컨텍스트를 EventData 개체에 배치

적용 대상