1 write to ContainerName
Aspire.Microsoft.Azure.Cosmos (1)
src\Shared\Cosmos\CosmosUtils.cs (1)
84ContainerName = containerName;
3 references to ContainerName
Aspire.Microsoft.Azure.Cosmos (3)
AspireMicrosoftAzureCosmosExtensions.cs (1)
224settings.ContainerName = cosmosConnectionInfo?.ContainerName;
CosmosDatabaseBuilder.cs (2)
69if (connectionInfo is not null && string.IsNullOrEmpty(connectionInfo?.ContainerName)) 76return _client.GetContainer(settings.DatabaseName, connectionInfo?.ContainerName ?? name);