public static final class CosmosQueryExecution.DeleteExecution extends Object implements CosmosQueryExecution
CosmosQueryExecution.ContainerExecution, CosmosQueryExecution.CountExecution, CosmosQueryExecution.DeleteExecution, CosmosQueryExecution.ExistsExecution, CosmosQueryExecution.MultiEntityExecution, CosmosQueryExecution.PagedExecution, CosmosQueryExecution.SingleEntityExecution, CosmosQueryExecution.SliceExecution| Constructor and Description |
|---|
DeleteExecution(CosmosOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CosmosQuery query,
Class<?> type,
String container)
Declare an execute function for different operations to call
|
public DeleteExecution(CosmosOperations operations)
public Object execute(CosmosQuery query, Class<?> type, String container)
CosmosQueryExecutionexecute in interface CosmosQueryExecutionquery - document query operationtype - domain typecontainer - container to conduct queryCopyright © 2021 Microsoft Corporation. All rights reserved.