We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aca215 commit e8b9637Copy full SHA for e8b9637
1 file changed
Microsoft.Azure.Cosmos/src/Fluent/CosmosClientBuilder.cs
@@ -726,7 +726,12 @@ internal CosmosClientBuilder WithApiType(ApiType apiType)
726
/// </summary>
727
/// <param name="strategy"></param>
728
/// <returns>The CosmosClientBuilder</returns>
729
- public CosmosClientBuilder WithAvailabilityStrategy(AvailabilityStrategy strategy)
+#if PREVIEW
730
+ public
731
+#else
732
+ internal
733
+#endif
734
+ CosmosClientBuilder WithAvailabilityStrategy(AvailabilityStrategy strategy)
735
{
736
this.clientOptions.AvailabilityStrategy = strategy;
737
return this;
0 commit comments