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

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
PersistedProjectionConfig ( ) : System.Security.Principal
PersistedProjectionConfig ( ProjectionConfig config ) : System.Security.Principal
ToConfig ( ) : ProjectionConfig

Method Details

PersistedProjectionConfig() public méthode

public PersistedProjectionConfig ( ) : System.Security.Principal
Résultat System.Security.Principal

PersistedProjectionConfig() public méthode

public PersistedProjectionConfig ( ProjectionConfig config ) : System.Security.Principal
config EventStore.Projections.Core.Services.ProjectionConfig
Résultat System.Security.Principal

ToConfig() public méthode

public ToConfig ( ) : ProjectionConfig
Résultat EventStore.Projections.Core.Services.ProjectionConfig

Property Details

CheckpointHandledThreshold public_oe property

public int CheckpointHandledThreshold
Résultat int

CheckpointUnhandledBytesThreshold public_oe property

public int CheckpointUnhandledBytesThreshold
Résultat int

CheckpointsEnabled public_oe property

public bool CheckpointsEnabled
Résultat bool

CreateTempStreams public_oe property

public bool CreateTempStreams
Résultat bool

EmitEventEnabled public_oe property

public bool EmitEventEnabled
Résultat bool

IsSlaveProjection public_oe property

public bool IsSlaveProjection
Résultat bool

MaxWriteBatchLength public_oe property

public int MaxWriteBatchLength
Résultat int

PendingEventsThreshold public_oe property

public int PendingEventsThreshold
Résultat int

RunAs public_oe property

public string RunAs
Résultat string

RunAsRoles public_oe property

public string[] RunAsRoles
Résultat string[]

StopOnEof public_oe property

public bool StopOnEof
Résultat bool

TrackEmittedStreams public_oe property

public bool TrackEmittedStreams
Résultat bool