Uses of Class
com.azure.spring.data.cosmos.config.CosmosConfig.CosmosConfigBuilder
Packages that use CosmosConfig.CosmosConfigBuilder
Package
Description
This package contains the classes to configure properties of cosmos db
-
Uses of CosmosConfig.CosmosConfigBuilder in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return CosmosConfig.CosmosConfigBuilderModifier and TypeMethodDescriptionCosmosConfig.builder()
Create a CosmosConfigBuilder instanceCosmosConfig.CosmosConfigBuilder.enableDatabaseThroughput
(boolean autoscale, int requestUnits) Enable database throughputCosmosConfig.CosmosConfigBuilder.enableIndexMetrics
(boolean indexMetricsEnabled) Set indexMetricsEnabledCosmosConfig.CosmosConfigBuilder.enableQueryMetrics
(boolean queryMetricsEnabled) Set queryMetricsEnabledCosmosConfig.CosmosConfigBuilder.maxBufferedItemCount
(int maxBufferedItemCount) Set maxBufferedItemCountCosmosConfig.CosmosConfigBuilder.maxDegreeOfParallelism
(int maxDegreeOfParallelism) Set maxDegreeOfParallelismCosmosConfig.CosmosConfigBuilder.responseContinuationTokenLimitInKb
(int responseContinuationTokenLimitInKb) Set responseContinuationTokenLimitInKbCosmosConfig.CosmosConfigBuilder.responseDiagnosticsProcessor
(ResponseDiagnosticsProcessor responseDiagnosticsProcessor) Set responseDiagnosticsProcessor