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

Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetTest ( ) : ProjectionConfig
Résultat ProjectionConfig

ProjectionConfig() public méthode

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
Résultat System

SetIsSlave() public méthode

public SetIsSlave ( ) : ProjectionConfig
Résultat ProjectionConfig