Modifier and Type | Method and Description |
---|---|
static <T> FeedResponse<T> |
ItemOperations.readMany(CosmosContainer container,
List<org.apache.commons.lang3.tuple.Pair<String,PartitionKey>> itemKeyList,
Class<T> klass)
Note: although this method is public, it is not part of public API and may change in future.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<FeedResponse<T>> |
CosmosContinuablePagedFlux.byPage() |
reactor.core.publisher.Flux<FeedResponse<T>> |
CosmosContinuablePagedFlux.byPage(int preferredPageSize) |
reactor.core.publisher.Flux<FeedResponse<T>> |
CosmosContinuablePagedFlux.byPage(String continuationToken) |
reactor.core.publisher.Flux<FeedResponse<T>> |
CosmosContinuablePagedFlux.byPage(String continuationToken,
int preferredPageSize) |
static <T> reactor.core.publisher.Mono<FeedResponse<T>> |
ItemOperations.readManyAsync(CosmosAsyncContainer container,
List<org.apache.commons.lang3.tuple.Pair<String,PartitionKey>> itemKeyList,
Class<T> klass)
Note: although this method is public, it is not part of public API and may change in future.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.