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