Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddIndex ( string name ) : void | ||
DecrementIndexingAttempt ( ) : void | ||
DeleteIndex ( string name ) : void | ||
FlushIndexStats ( ) : void | ||
GetFailureRate ( string index ) : Raven.Database.Data.IndexFailureInformation | ||
GetIndexesStats ( ) : IEnumerable |
||
IncrementIndexingAttempt ( ) : void | ||
IncrementIndexingFailure ( ) : void | ||
IncrementSuccessIndexing ( ) : void | ||
SetCurrentIndexStatsTo ( string index ) : void |
public DecrementIndexingAttempt ( ) : void | ||
Результат | void |
public GetFailureRate ( string index ) : Raven.Database.Data.IndexFailureInformation | ||
index | string | |
Результат | Raven.Database.Data.IndexFailureInformation |
public IncrementIndexingAttempt ( ) : void | ||
Результат | void |
public IncrementIndexingFailure ( ) : void | ||
Результат | void |
public IncrementSuccessIndexing ( ) : void | ||
Результат | void |
public SetCurrentIndexStatsTo ( string index ) : void | ||
index | string | |
Результат | void |