Azure.Core.KeyValueAccumulator struct KeyValueAccumulator Documentation Code public bool HasValues { get; } public int KeyCount { get; } public int ValueCount { get; } public void Append(string key, string value) public Dictionary<string, string[]> GetResults()