Метод | Описание | |
---|---|---|
ConfigureAsync ( ) : System.Threading.Tasks.Task | ||
ConfigureDescriptor ( Nest.CreateIndexDescriptor idx ) : Nest.CreateIndexDescriptor | ||
CreateReindexWorkItem ( int currentVersion ) : |
||
DeleteAsync ( ) : System.Threading.Tasks.Task | ||
GetCurrentVersionAsync ( ) : Task |
Returns the current index version (E.G., the oldest index version).
|
|
MaintainAsync ( bool includeOptionalTasks = true ) : System.Threading.Tasks.Task | ||
ReindexAsync ( Func |
||
VersionedIndex ( IElasticConfiguration configuration, string name, int version = 1 ) : System |
Метод | Описание | |
---|---|---|
AliasExistsAsync ( string alias ) : Task |
||
CreateAliasAsync ( string index, string name ) : System.Threading.Tasks.Task | ||
GetIndexDate ( string name ) : System.DateTime | ||
GetIndexVersion ( string name ) : int | ||
GetIndexesAsync ( int version = -1 ) : Task |
||
GetVersionFromAliasAsync ( string alias ) : Task |
protected AliasExistsAsync ( string alias ) : Task |
||
alias | string | |
Результат | Task |
public ConfigureAsync ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public ConfigureDescriptor ( Nest.CreateIndexDescriptor idx ) : Nest.CreateIndexDescriptor | ||
idx | Nest.CreateIndexDescriptor | |
Результат | Nest.CreateIndexDescriptor |
protected CreateAliasAsync ( string index, string name ) : System.Threading.Tasks.Task | ||
index | string | |
name | string | |
Результат | System.Threading.Tasks.Task |
public CreateReindexWorkItem ( int currentVersion ) : |
||
currentVersion | int | |
Результат |
public DeleteAsync ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
protected GetIndexDate ( string name ) : System.DateTime | ||
name | string | |
Результат | System.DateTime |
protected GetIndexVersion ( string name ) : int | ||
name | string | |
Результат | int |
protected GetIndexesAsync ( int version = -1 ) : Task |
||
version | int | |
Результат | Task |
protected GetVersionFromAliasAsync ( string alias ) : Task |
||
alias | string | |
Результат | Task |
public MaintainAsync ( bool includeOptionalTasks = true ) : System.Threading.Tasks.Task | ||
includeOptionalTasks | bool | |
Результат | System.Threading.Tasks.Task |
public ReindexAsync ( Func |
||
progressCallbackAsync | Func |
|
Результат | System.Threading.Tasks.Task |
public VersionedIndex ( IElasticConfiguration configuration, string name, int version = 1 ) : System | ||
configuration | IElasticConfiguration | |
name | string | |
version | int | |
Результат | System |