Метод | Описание | |
---|---|---|
DatabaseBulkOperations ( |
||
DeleteByIndex ( string indexName, |
||
UpdateByIndex ( string indexName, |
Метод | Описание | |
---|---|---|
PerformBulkOperation ( string index, |
public DatabaseBulkOperations ( |
||
database | ||
transactionInformation | Raven.Database.TransactionInformation | |
Результат | System |
public DeleteByIndex ( string indexName, |
||
indexName | string | |
queryToDelete | ||
allowStale | bool | |
Результат | Newtonsoft.Json.Linq.JArray |
public UpdateByIndex ( string indexName, |
||
indexName | string | |
queryToUpdate | ||
patchRequests | Raven.Database.Json.PatchRequest | |
allowStale | bool | |
Результат | Newtonsoft.Json.Linq.JArray |