C# Class EventStore.Projections.Core.Services.ProjectionConfig

Exibir arquivo Open project: EventStore/EventStore Class Usage Examples

Public Methods

Method Description
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

Method Details

GetTest() public static method

public static GetTest ( ) : ProjectionConfig
return ProjectionConfig

ProjectionConfig() public method

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
return System

SetIsSlave() public method

public SetIsSlave ( ) : ProjectionConfig
return ProjectionConfig