C# Class EventStore.Projections.Core.Services.Processing.SourceDefinitionBuilder

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AllEvents ( ) : void
Build ( ) : IQuerySources
From ( Action configure ) : IQuerySources
FromAll ( ) : void
FromCatalogStream ( string catalogStream ) : void
FromCategory ( string categoryName ) : void
FromStream ( string streamName ) : void
IncludeEvent ( string eventName ) : void
NoWhen ( ) : void
SetByCustomPartitions ( ) : void
SetByStream ( ) : void
SetDefinesStateTransform ( ) : void
SetDisableParallelism ( bool disableParallelism = true ) : void
SetHandlesStreamDeletedNotifications ( bool value = true ) : void
SetIncludeLinks ( bool includeLinks = true ) : void
SetIsBiState ( bool isBiState ) : void
SetLimitingCommitPosition ( long limitingCommitPosition ) : void
SetOutputState ( ) : void
SetPartitionResultStreamNamePatternOption ( string partitionResultStreamNamePattern ) : void
SetProcessingLag ( int processingLag ) : void
SetReorderEvents ( bool reorderEvents ) : void
SetResultStreamNameOption ( string resultStreamName ) : void
SourceDefinitionBuilder ( ) : System

Method Details

AllEvents() public méthode

public AllEvents ( ) : void
Résultat void

Build() public méthode

public Build ( ) : IQuerySources
Résultat IQuerySources

From() public static méthode

public static From ( Action configure ) : IQuerySources
configure Action
Résultat IQuerySources

FromAll() public méthode

public FromAll ( ) : void
Résultat void

FromCatalogStream() public méthode

public FromCatalogStream ( string catalogStream ) : void
catalogStream string
Résultat void

FromCategory() public méthode

public FromCategory ( string categoryName ) : void
categoryName string
Résultat void

FromStream() public méthode

public FromStream ( string streamName ) : void
streamName string
Résultat void

IncludeEvent() public méthode

public IncludeEvent ( string eventName ) : void
eventName string
Résultat void

NoWhen() public méthode

public NoWhen ( ) : void
Résultat void

SetByCustomPartitions() public méthode

public SetByCustomPartitions ( ) : void
Résultat void

SetByStream() public méthode

public SetByStream ( ) : void
Résultat void

SetDefinesStateTransform() public méthode

public SetDefinesStateTransform ( ) : void
Résultat void

SetDisableParallelism() public méthode

public SetDisableParallelism ( bool disableParallelism = true ) : void
disableParallelism bool
Résultat void

SetHandlesStreamDeletedNotifications() public méthode

public SetHandlesStreamDeletedNotifications ( bool value = true ) : void
value bool
Résultat void

SetIncludeLinks() public méthode

public SetIncludeLinks ( bool includeLinks = true ) : void
includeLinks bool
Résultat void

SetIsBiState() public méthode

public SetIsBiState ( bool isBiState ) : void
isBiState bool
Résultat void

SetLimitingCommitPosition() public méthode

public SetLimitingCommitPosition ( long limitingCommitPosition ) : void
limitingCommitPosition long
Résultat void

SetOutputState() public méthode

public SetOutputState ( ) : void
Résultat void

SetPartitionResultStreamNamePatternOption() public méthode

public SetPartitionResultStreamNamePatternOption ( string partitionResultStreamNamePattern ) : void
partitionResultStreamNamePattern string
Résultat void

SetProcessingLag() public méthode

public SetProcessingLag ( int processingLag ) : void
processingLag int
Résultat void

SetReorderEvents() public méthode

public SetReorderEvents ( bool reorderEvents ) : void
reorderEvents bool
Résultat void

SetResultStreamNameOption() public méthode

public SetResultStreamNameOption ( string resultStreamName ) : void
resultStreamName string
Résultat void

SourceDefinitionBuilder() public méthode

public SourceDefinitionBuilder ( ) : System
Résultat System