ReactiveCosmosQueryExecution.ExistsExecution Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. ReactiveCosmosQueryExecution. ExistsExecution
- com.
Implements
public static final class ReactiveCosmosQueryExecution.ExistsExecution
implements ReactiveCosmosQueryExecution
Exist operation implementation to execute a exist query
Constructor Summary
Constructor | Description |
---|---|
ExistsExecution(ReactiveCosmosOperations operations) |
Creates a new instance of exists execution. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
execute(CosmosQuery query, Class<?> type, String container)
Declare an execute function for different operations to call |
Methods inherited from java.lang.Object
Constructor Details
ExistsExecution
public ExistsExecution(ReactiveCosmosOperations operations)
Creates a new instance of exists execution.
Parameters:
operations
- Reactive Cosmos operations
Method Details
execute
public Object execute(CosmosQuery query, Class type, String container)
Declare an execute function for different operations to call
Parameters:
query
type
container
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java