HostWorkloads Property |
This is based on the "workload" or "workloads" columns in system.local and system.peers.
Workload labels may vary depending on the DSE version in use; e.g. DSE 5.1 may report two distinct workloads: Search and Analytics, while DSE 5.0 would report a single SearchAnalytics workload instead. The driver simply returns the workload labels as reported by DSE, without any form of pre-processing.
When the information is unavailable, this property returns an empty collection.
Namespace: Dse
public IReadOnlyCollection<string> Workloads { get; }