C# Class Raven.Studio.Models.IndexesModel

Inheritance: Raven.Studio.Infrastructure.ViewModel
Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
IndexesModel ( ) : System
IndexesOfPriority ( string deleteItems ) : List
TimerTickedAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CleanGroupIndexes ( ) : void
GetIndexGroup ( Raven.Abstractions.Data.IndexStats index ) : string
UpdateGroupedIndexList ( DatabaseStatistics statistics ) : void

Method Details

IndexesModel() public méthode

public IndexesModel ( ) : System
Résultat System

IndexesOfPriority() public méthode

public IndexesOfPriority ( string deleteItems ) : List
deleteItems string
Résultat List

TimerTickedAsync() public méthode

public TimerTickedAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task