ReadMany: Adds ReadManyItems Api using Query under the covers by asketagarwal · Pull Request #2352 · Azure/azure-cosmos-dotnet-v3
Sample Stream: IReadOnlyList<(string, PartitionKey)> itemList = new List<(string, PartitionKey)> { ("Id1", new PartitionKey("pkValue1")), ("Id...