C# 클래스 EventStore.Projections.Core.Messages.Persisted.Commands.PersistedProjectionConfig

파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
CheckpointHandledThreshold int
CheckpointUnhandledBytesThreshold int
CheckpointsEnabled bool
CreateTempStreams bool
EmitEventEnabled bool
IsSlaveProjection bool
MaxWriteBatchLength int
PendingEventsThreshold int
RunAs string
RunAsRoles string[]
StopOnEof bool
TrackEmittedStreams bool

공개 메소드들

메소드 설명
PersistedProjectionConfig ( ) : System.Security.Principal
PersistedProjectionConfig ( ProjectionConfig config ) : System.Security.Principal
ToConfig ( ) : ProjectionConfig

메소드 상세

PersistedProjectionConfig() 공개 메소드

public PersistedProjectionConfig ( ) : System.Security.Principal
리턴 System.Security.Principal

PersistedProjectionConfig() 공개 메소드

public PersistedProjectionConfig ( ProjectionConfig config ) : System.Security.Principal
config EventStore.Projections.Core.Services.ProjectionConfig
리턴 System.Security.Principal

ToConfig() 공개 메소드

public ToConfig ( ) : ProjectionConfig
리턴 EventStore.Projections.Core.Services.ProjectionConfig

프로퍼티 상세

CheckpointHandledThreshold 공개적으로 프로퍼티

public int CheckpointHandledThreshold
리턴 int

CheckpointUnhandledBytesThreshold 공개적으로 프로퍼티

public int CheckpointUnhandledBytesThreshold
리턴 int

CheckpointsEnabled 공개적으로 프로퍼티

public bool CheckpointsEnabled
리턴 bool

CreateTempStreams 공개적으로 프로퍼티

public bool CreateTempStreams
리턴 bool

EmitEventEnabled 공개적으로 프로퍼티

public bool EmitEventEnabled
리턴 bool

IsSlaveProjection 공개적으로 프로퍼티

public bool IsSlaveProjection
리턴 bool

MaxWriteBatchLength 공개적으로 프로퍼티

public int MaxWriteBatchLength
리턴 int

PendingEventsThreshold 공개적으로 프로퍼티

public int PendingEventsThreshold
리턴 int

RunAs 공개적으로 프로퍼티

public string RunAs
리턴 string

RunAsRoles 공개적으로 프로퍼티

public string[] RunAsRoles
리턴 string[]

StopOnEof 공개적으로 프로퍼티

public bool StopOnEof
리턴 bool

TrackEmittedStreams 공개적으로 프로퍼티

public bool TrackEmittedStreams
리턴 bool