public static final class CosmosQueryExecution.ContainerExecution extends Object implements CosmosQueryExecution
CosmosQueryExecution.ContainerExecution, CosmosQueryExecution.CountExecution, CosmosQueryExecution.DeleteExecution, CosmosQueryExecution.ExistsExecution, CosmosQueryExecution.MultiEntityExecution, CosmosQueryExecution.PagedExecution, CosmosQueryExecution.SingleEntityExecution, CosmosQueryExecution.SliceExecution| Constructor and Description |
|---|
ContainerExecution(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 ContainerExecution(CosmosOperations operations)
public Object execute(CosmosQuery query, Class<?> type, String container)
CosmosQueryExecutionexecute in interface CosmosQueryExecutionquery - document query operationtype - domain typecontainer - container to conduct queryVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.