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

Inheritance: IQuerySources
Show file Open project: EventStore/EventStore Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public AllEvents ( ) : void
return void

Build() public method

public Build ( ) : IQuerySources
return IQuerySources

From() public static method

public static From ( Action configure ) : IQuerySources
configure Action
return IQuerySources

FromAll() public method

public FromAll ( ) : void
return void

FromCatalogStream() public method

public FromCatalogStream ( string catalogStream ) : void
catalogStream string
return void

FromCategory() public method

public FromCategory ( string categoryName ) : void
categoryName string
return void

FromStream() public method

public FromStream ( string streamName ) : void
streamName string
return void

IncludeEvent() public method

public IncludeEvent ( string eventName ) : void
eventName string
return void

NoWhen() public method

public NoWhen ( ) : void
return void

SetByCustomPartitions() public method

public SetByCustomPartitions ( ) : void
return void

SetByStream() public method

public SetByStream ( ) : void
return void

SetDefinesStateTransform() public method

public SetDefinesStateTransform ( ) : void
return void

SetDisableParallelism() public method

public SetDisableParallelism ( bool disableParallelism = true ) : void
disableParallelism bool
return void

SetHandlesStreamDeletedNotifications() public method

public SetHandlesStreamDeletedNotifications ( bool value = true ) : void
value bool
return void

SetIncludeLinks() public method

public SetIncludeLinks ( bool includeLinks = true ) : void
includeLinks bool
return void

SetIsBiState() public method

public SetIsBiState ( bool isBiState ) : void
isBiState bool
return void

SetLimitingCommitPosition() public method

public SetLimitingCommitPosition ( long limitingCommitPosition ) : void
limitingCommitPosition long
return void

SetOutputState() public method

public SetOutputState ( ) : void
return void

SetPartitionResultStreamNamePatternOption() public method

public SetPartitionResultStreamNamePatternOption ( string partitionResultStreamNamePattern ) : void
partitionResultStreamNamePattern string
return void

SetProcessingLag() public method

public SetProcessingLag ( int processingLag ) : void
processingLag int
return void

SetReorderEvents() public method

public SetReorderEvents ( bool reorderEvents ) : void
reorderEvents bool
return void

SetResultStreamNameOption() public method

public SetResultStreamNameOption ( string resultStreamName ) : void
resultStreamName string
return void

SourceDefinitionBuilder() public method

public SourceDefinitionBuilder ( ) : System
return System