Grpc.Net.Client.Balancer.BalancerAttributes
public sealed class BalancerAttributes : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>
Collection of load balancing metadata attributes.
Note: Experimental API that can change or be removed without any prior notice.
Gets a read-only collection of metadata attributes.
public BalancerAttributes()
Initializes a new instance of the BalancerAttributes class.
Removes the value associated with the specified key.
Sets the value associated with the specified key.
Gets the value associated with the specified key.