CosmosQueryExecution.SliceExecution Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. CosmosQueryExecution. SliceExecution
- com.
Implements
public static final class CosmosQueryExecution.SliceExecution
implements CosmosQueryExecution
sliceQuery operation implementation to execute a sliceQuery query
Constructor Summary
Constructor | Description |
---|---|
SliceExecution(CosmosOperations operations, Pageable pageable) |
Creates a new instance of slice 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
SliceExecution
public SliceExecution(CosmosOperations operations, Pageable pageable)
Creates a new instance of slice execution.
Parameters:
operations
- the Cosmos operations
pageable
- the pageable
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java