public static final class CosmosQueryExecution.SliceExecution extends Object implements CosmosQueryExecution
CosmosQueryExecution.ContainerExecution, CosmosQueryExecution.CountExecution, CosmosQueryExecution.DeleteExecution, CosmosQueryExecution.ExistsExecution, CosmosQueryExecution.MultiEntityExecution, CosmosQueryExecution.PagedExecution, CosmosQueryExecution.SingleEntityExecution, CosmosQueryExecution.SliceExecution| Constructor and Description |
|---|
SliceExecution(CosmosOperations operations,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CosmosQuery query,
Class<?> type,
String container)
Declare an execute function for different operations to call
|
public SliceExecution(CosmosOperations operations, org.springframework.data.domain.Pageable pageable)
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.