Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
Operation |
IDatabaseCommands.deleteByIndex(String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index
|
Operation |
ServerClient.deleteByIndex(String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected Operation |
ServerClient.directDeleteByIndex(OperationMetadata operationMetadata,
String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
String requestData,
HttpMethods method) |
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options) |
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options) |
Copyright © 2016. All Rights Reserved.