Hi All,
starting from version 3.4.5, the PingAsync doesn’t provide services.
–Code example
var options = new PingOptions();
options.ServiceTypes(ServiceType.KeyValue, ServiceType.Query);
var pingResult = await Bucket.Cluster.PingAsync(options);
Regards
Federico