C# 클래스 EventStore.Projections.Core.Services.Processing.SourceDefinitionBuilder

상속: IQuerySources
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AllEvents() 공개 메소드

public AllEvents ( ) : void
리턴 void

Build() 공개 메소드

public Build ( ) : IQuerySources
리턴 IQuerySources

From() 공개 정적인 메소드

public static From ( Action configure ) : IQuerySources
configure Action
리턴 IQuerySources

FromAll() 공개 메소드

public FromAll ( ) : void
리턴 void

FromCatalogStream() 공개 메소드

public FromCatalogStream ( string catalogStream ) : void
catalogStream string
리턴 void

FromCategory() 공개 메소드

public FromCategory ( string categoryName ) : void
categoryName string
리턴 void

FromStream() 공개 메소드

public FromStream ( string streamName ) : void
streamName string
리턴 void

IncludeEvent() 공개 메소드

public IncludeEvent ( string eventName ) : void
eventName string
리턴 void

NoWhen() 공개 메소드

public NoWhen ( ) : void
리턴 void

SetByCustomPartitions() 공개 메소드

public SetByCustomPartitions ( ) : void
리턴 void

SetByStream() 공개 메소드

public SetByStream ( ) : void
리턴 void

SetDefinesStateTransform() 공개 메소드

public SetDefinesStateTransform ( ) : void
리턴 void

SetDisableParallelism() 공개 메소드

public SetDisableParallelism ( bool disableParallelism = true ) : void
disableParallelism bool
리턴 void

SetHandlesStreamDeletedNotifications() 공개 메소드

public SetHandlesStreamDeletedNotifications ( bool value = true ) : void
value bool
리턴 void

SetIncludeLinks() 공개 메소드

public SetIncludeLinks ( bool includeLinks = true ) : void
includeLinks bool
리턴 void

SetIsBiState() 공개 메소드

public SetIsBiState ( bool isBiState ) : void
isBiState bool
리턴 void

SetLimitingCommitPosition() 공개 메소드

public SetLimitingCommitPosition ( long limitingCommitPosition ) : void
limitingCommitPosition long
리턴 void

SetOutputState() 공개 메소드

public SetOutputState ( ) : void
리턴 void

SetPartitionResultStreamNamePatternOption() 공개 메소드

public SetPartitionResultStreamNamePatternOption ( string partitionResultStreamNamePattern ) : void
partitionResultStreamNamePattern string
리턴 void

SetProcessingLag() 공개 메소드

public SetProcessingLag ( int processingLag ) : void
processingLag int
리턴 void

SetReorderEvents() 공개 메소드

public SetReorderEvents ( bool reorderEvents ) : void
reorderEvents bool
리턴 void

SetResultStreamNameOption() 공개 메소드

public SetResultStreamNameOption ( string resultStreamName ) : void
resultStreamName string
리턴 void

SourceDefinitionBuilder() 공개 메소드

public SourceDefinitionBuilder ( ) : System
리턴 System