C# Class EventStore.Projections.Core.Messages.Persisted.Commands.PersistedProjectionConfig

Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
CheckpointHandledThreshold int
CheckpointUnhandledBytesThreshold int
CheckpointsEnabled bool
CreateTempStreams bool
EmitEventEnabled bool
IsSlaveProjection bool
MaxWriteBatchLength int
PendingEventsThreshold int
RunAs string
RunAsRoles string[]
StopOnEof bool
TrackEmittedStreams bool

Public Methods

Method Description
PersistedProjectionConfig ( ) : System.Security.Principal
PersistedProjectionConfig ( ProjectionConfig config ) : System.Security.Principal
ToConfig ( ) : ProjectionConfig

Method Details

PersistedProjectionConfig() public method

public PersistedProjectionConfig ( ) : System.Security.Principal
return System.Security.Principal

PersistedProjectionConfig() public method

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

ToConfig() public method

public ToConfig ( ) : ProjectionConfig
return EventStore.Projections.Core.Services.ProjectionConfig

Property Details

CheckpointHandledThreshold public_oe property

public int CheckpointHandledThreshold
return int

CheckpointUnhandledBytesThreshold public_oe property

public int CheckpointUnhandledBytesThreshold
return int

CheckpointsEnabled public_oe property

public bool CheckpointsEnabled
return bool

CreateTempStreams public_oe property

public bool CreateTempStreams
return bool

EmitEventEnabled public_oe property

public bool EmitEventEnabled
return bool

IsSlaveProjection public_oe property

public bool IsSlaveProjection
return bool

MaxWriteBatchLength public_oe property

public int MaxWriteBatchLength
return int

PendingEventsThreshold public_oe property

public int PendingEventsThreshold
return int

RunAs public_oe property

public string RunAs
return string

RunAsRoles public_oe property

public string[] RunAsRoles
return string[]

StopOnEof public_oe property

public bool StopOnEof
return bool

TrackEmittedStreams public_oe property

public bool TrackEmittedStreams
return bool