C# Класс EventStore.Projections.Core.Services.ProjectionConfig

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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