Pinned Loading
-
cosmos-perf-tips
cosmos-perf-tips PublicThis repository contains a demo of several performance optimization tips with Azure Cosmos DB.
-
ContosoRepo
ContosoRepo PublicThis repo contains the notebooks used in the Build 2020 session INT125 Building scalable and secure applications with Azure Cosmos DB.
-
Getting started with Azure Cosmos DB...
Getting started with Azure Cosmos DB .NET V3 SDK (GA) 1using Microsoft.Azure.Cosmos;
2using System;
3using System.Threading.Tasks;
45//Getting started with .NET SDK V3
-
Scale throughput of a container in A...
Scale throughput of a container in Azure Cosmos DB .NET SDK V3 (GA) 1// Scaling throughput (RU/s) using V3 SDK
2static async Task ScaleThroughputDemo_SDKVersion3()
3{
4// Get reference to container
5var container = cosmosClient.GetContainer(databaseId, containerId);
-
Scaling a non-partitioned (fixed) co...
Scaling a non-partitioned (fixed) container) with Azure Cosmos DB .NET V3 SDK (GA) 1// Scale fixed container using partition key in .NET V3 SDK
2public static async Task ScaleNonPartitionedContainer()
3{
4using (var cosmosClient = new CosmosClient(endpoint, key))
5{
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.