C# 클래스 EventStore.Projections.Core.Services.ProjectionConfig

파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
GetTest ( ) : ProjectionConfig
ProjectionConfig ( IPrincipal runAs, int checkpointHandledThreshold, int checkpointUnhandledBytesThreshold, int pendingEventsThreshold, int maxWriteBatchLength, bool emitEventEnabled, bool checkpointsEnabled, bool createTempStreams, bool stopOnEof, bool isSlaveProjection, bool trackEmittedStreams ) : System
SetIsSlave ( ) : ProjectionConfig

메소드 상세

GetTest() 공개 정적인 메소드

public static GetTest ( ) : ProjectionConfig
리턴 ProjectionConfig

ProjectionConfig() 공개 메소드

public ProjectionConfig ( IPrincipal runAs, int checkpointHandledThreshold, int checkpointUnhandledBytesThreshold, int pendingEventsThreshold, int maxWriteBatchLength, bool emitEventEnabled, bool checkpointsEnabled, bool createTempStreams, bool stopOnEof, bool isSlaveProjection, bool trackEmittedStreams ) : System
runAs IPrincipal
checkpointHandledThreshold int
checkpointUnhandledBytesThreshold int
pendingEventsThreshold int
maxWriteBatchLength int
emitEventEnabled bool
checkpointsEnabled bool
createTempStreams bool
stopOnEof bool
isSlaveProjection bool
trackEmittedStreams bool
리턴 System

SetIsSlave() 공개 메소드

public SetIsSlave ( ) : ProjectionConfig
리턴 ProjectionConfig