다음을 통해 공유


BatchContainerBatch 클래스

정의

구성된 경우(StreamPullingAgentOptions 참조) 일괄 처리 컨테이너의 일괄 처리는 기본 캐시에서 PersistenStreamPullingAgent에서 가져온 데이터입니다.

[Orleans.GenerateSerializer]
public sealed class BatchContainerBatch : Orleans.Streams.IBatchContainerBatch
[<Orleans.GenerateSerializer>]
type BatchContainerBatch = class
    interface IBatchContainerBatch
    interface IBatchContainer
Public NotInheritable Class BatchContainerBatch
Implements IBatchContainerBatch
상속
BatchContainerBatch
특성
구현

생성자

BatchContainerBatch(List<IBatchContainer>)

구성된 경우(StreamPullingAgentOptions 참조) 일괄 처리 컨테이너의 일괄 처리는 기본 캐시에서 PersistenStreamPullingAgent에서 가져온 데이터입니다.

속성

BatchContainers

이 일괄 처리로 구성된 일괄 처리 컨테이너를 가져옵니다.

SequenceToken

이 일괄 처리의 시작 부분에 대한 스트림 시퀀스 토큰을 가져옵니다. 일괄 처리의 첫 번째 일괄 처리 컨테이너에서 파생됩니다.

StreamId

이 일괄 처리의 일부인 스트림에 대한 스트림 식별자를 가져옵니다. 일괄 처리의 첫 번째 일괄 처리 컨테이너에서 파생됩니다.

메서드

GetEvents<T>()

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

ImportRequestContext()

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

적용 대상