C# Класс EventStore.Projections.Core.Services.Processing.SourceDefinitionBuilder

Наследование: IQuerySources
Показать файл Открыть проект Примеры использования класса

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