C# Class Raven.Database.DatabaseBulkOperations

Afficher le fichier Open project: markrendle/ravendb

Méthodes publiques

Méthode Description
DatabaseBulkOperations ( DocumentDatabase database, Raven.Database.TransactionInformation transactionInformation ) : System
DeleteByIndex ( string indexName, IndexQuery queryToDelete, bool allowStale ) : Newtonsoft.Json.Linq.JArray
UpdateByIndex ( string indexName, IndexQuery queryToUpdate, Raven.Database.Json.PatchRequest patchRequests, bool allowStale ) : Newtonsoft.Json.Linq.JArray

Private Methods

Méthode Description
PerformBulkOperation ( string index, IndexQuery indexQuery, bool allowStale, Func batchOperation ) : Newtonsoft.Json.Linq.JArray

Method Details

DatabaseBulkOperations() public méthode

public DatabaseBulkOperations ( DocumentDatabase database, Raven.Database.TransactionInformation transactionInformation ) : System
database DocumentDatabase
transactionInformation Raven.Database.TransactionInformation
Résultat System

DeleteByIndex() public méthode

public DeleteByIndex ( string indexName, IndexQuery queryToDelete, bool allowStale ) : Newtonsoft.Json.Linq.JArray
indexName string
queryToDelete Raven.Database.Data.IndexQuery
allowStale bool
Résultat Newtonsoft.Json.Linq.JArray

UpdateByIndex() public méthode

public UpdateByIndex ( string indexName, IndexQuery queryToUpdate, Raven.Database.Json.PatchRequest patchRequests, bool allowStale ) : Newtonsoft.Json.Linq.JArray
indexName string
queryToUpdate Raven.Database.Data.IndexQuery
patchRequests Raven.Database.Json.PatchRequest
allowStale bool
Résultat Newtonsoft.Json.Linq.JArray