public static final class CosmosQueryExecution.PagedExecution extends Object implements CosmosQueryExecution
CosmosQueryExecution.ContainerExecution, CosmosQueryExecution.DeleteExecution, CosmosQueryExecution.ExistsExecution, CosmosQueryExecution.MultiEntityExecution, CosmosQueryExecution.PagedExecution| Modifier and Type | Field and Description |
|---|---|
private CosmosOperations |
operations |
private org.springframework.data.domain.Pageable |
pageable |
| Constructor and Description |
|---|
PagedExecution(CosmosOperations operations,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(DocumentQuery query,
Class<?> type,
String container) |
private final CosmosOperations operations
private final org.springframework.data.domain.Pageable pageable
public PagedExecution(CosmosOperations operations, org.springframework.data.domain.Pageable pageable)
public Object execute(DocumentQuery query, Class<?> type, String container)
execute in interface CosmosQueryExecutionCopyright © 2020 Microsoft. All rights reserved.