Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AllEvents ( ) : void | ||
Build ( ) : IQuerySources | ||
From ( Action |
||
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 |
public static From ( Action |
||
configure | Action |
|
Результат | IQuerySources |
public FromCatalogStream ( string catalogStream ) : void | ||
catalogStream | string | |
Результат | void |
public FromCategory ( string categoryName ) : void | ||
categoryName | string | |
Результат | void |
public FromStream ( string streamName ) : void | ||
streamName | string | |
Результат | void |
public IncludeEvent ( string eventName ) : void | ||
eventName | string | |
Результат | void |
public SetDefinesStateTransform ( ) : void | ||
Результат | void |
public SetDisableParallelism ( bool disableParallelism = true ) : void | ||
disableParallelism | bool | |
Результат | void |
public SetHandlesStreamDeletedNotifications ( bool value = true ) : void | ||
value | bool | |
Результат | void |
public SetIncludeLinks ( bool includeLinks = true ) : void | ||
includeLinks | bool | |
Результат | void |
public SetIsBiState ( bool isBiState ) : void | ||
isBiState | bool | |
Результат | void |
public SetLimitingCommitPosition ( long limitingCommitPosition ) : void | ||
limitingCommitPosition | long | |
Результат | void |
public SetPartitionResultStreamNamePatternOption ( string partitionResultStreamNamePattern ) : void | ||
partitionResultStreamNamePattern | string | |
Результат | void |
public SetProcessingLag ( int processingLag ) : void | ||
processingLag | int | |
Результат | void |
public SetReorderEvents ( bool reorderEvents ) : void | ||
reorderEvents | bool | |
Результат | void |
public SetResultStreamNameOption ( string resultStreamName ) : void | ||
resultStreamName | string | |
Результат | void |
public SourceDefinitionBuilder ( ) : System | ||
Результат | System |