You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently .NET SDK support ContentResponseOnWrite option in ItemRequestOptions per requests. But that option doesn't configures in CosmosClientBuilder.
I would like to set default behavior for content response on write. For example, I want to default behavior is false about EnableContentResponseOnWrite option, and specific operation require response.
Currently .NET SDK support ContentResponseOnWrite option in ItemRequestOptions per requests. But that option doesn't configures in CosmosClientBuilder.
I would like to set default behavior for content response on write. For example, I want to default behavior is false about EnableContentResponseOnWrite option, and specific operation require response.
For example solution (want):
relatded: https://devblogs.microsoft.com/cosmosdb/enable-content-response-on-write/#comment-168
The text was updated successfully, but these errors were encountered: