Uses of Class
com.azure.cosmos.models.FeedResponse
Packages that use FeedResponse
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides utilities such as
CosmosPagedFlux
and CosmosPagedIterable
for interacting with Azure Cosmos DB SQL APIs.This package contains the classes of utils for cosmosdb
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
-
Uses of FeedResponse in com.azure.cosmos
Methods in com.azure.cosmos that return FeedResponseModifier and TypeMethodDescription<T> FeedResponse<T>
CosmosContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, Class<T> classType) Reads many documents.<T> FeedResponse<T>
CosmosContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, String sessionToken, Class<T> classType) Reads many documents.Methods in com.azure.cosmos that return types with arguments of type FeedResponseModifier and TypeMethodDescription<T> Mono<FeedResponse<T>>
CosmosAsyncContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, Class<T> classType) Reads many documents.<T> Mono<FeedResponse<T>>
CosmosAsyncContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, String sessionToken, Class<T> classType) Reads many documents. -
Uses of FeedResponse in com.azure.cosmos.util
Methods in com.azure.cosmos.util that return types with arguments of type FeedResponseModifier and TypeMethodDescriptionCosmosPagedFlux.byPage()
CosmosPagedFlux.byPage
(int preferredPageSize) Method parameters in com.azure.cosmos.util with type arguments of type FeedResponseModifier and TypeMethodDescriptionCosmosPagedFlux.handle
(Consumer<FeedResponse<T>> newFeedResponseConsumer) Handle for invoking "side-effects" on each FeedResponse returned by CosmosPagedFluxCosmosPagedIterable.handle
(Consumer<FeedResponse<T>> feedResponseConsumer) Handle for invoking "side-effects" on each FeedResponse returned by CosmosPagedIterable -
Uses of FeedResponse in com.azure.spring.data.cosmos.common
Methods in com.azure.spring.data.cosmos.common with parameters of type FeedResponseModifier and TypeMethodDescriptionstatic <T> void
CosmosUtils.fillAndProcessResponseDiagnostics
(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, CosmosDiagnostics cosmosDiagnostics, FeedResponse<T> feedResponse) Generate ResponseDiagnostics with cosmos and feed response diagnostics -
Uses of FeedResponse in com.azure.spring.data.cosmos.core
Constructors in com.azure.spring.data.cosmos.core with parameters of type FeedResponseModifierConstructorDescriptionCosmosResponseStatistics
(FeedResponse<T> feedResponse) Initialization