Enumeration TransferAlgorithm

Enumeration Members

Custom: "custom"
LeastConnections: "least_connections"
LeastOpenedConnections: "least_opened_connections"
Random: "random"
RoundRobin: "round_robin"
WeightedLeastConnections: "weighted_least_connections"