79776755

Date: 2025-09-27 12:32:27
Score: 2
Natty:
Report link
var response = await _cosmosClient
    .GetContainer("dbName", "containerName")
    .ReadItemAsync<DerivedClass1>(id.ToString(), new PartitionKey(partitionKey));

for more info: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.container.readitemasync?view=azure-dotnet

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alparslan ŞEN