Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ealsur/769d8b0d6594c3642d3db31fa6c325fe to your computer and use it in GitHub Desktop.
Save ealsur/769d8b0d6594c3642d3db31fa6c325fe to your computer and use it in GitHub Desktop.
CosmosClientOptions clientOptions = new CosmosClientOptions(){
// other client options
EnableContentResponseOnWrite = false
};
CosmosClient client = new CosmosClient("<connection-string>", clientOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment