public interface ReactiveCosmosQueryExecution
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReactiveCosmosQueryExecution.ContainerExecution
Container operation implementation to execute a container name query
|
static class |
ReactiveCosmosQueryExecution.CountExecution
Count operation implementation to execute a count query
|
static class |
ReactiveCosmosQueryExecution.DeleteExecution
Delete operation implementation to execute a delete query
|
static class |
ReactiveCosmosQueryExecution.ExistsExecution
Exist operation implementation to execute a exist query
|
static class |
ReactiveCosmosQueryExecution.MultiEntityExecution
Find operation implementation to execute a find query for multiple items
|
static class |
ReactiveCosmosQueryExecution.SingleEntityExecution
Find operation implementation to execute a find query for a single item
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CosmosQuery query,
Class<?> type,
String container)
Declare an execute function for different operations to call
|
Object execute(CosmosQuery query, Class<?> type, String container)
query - 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.