Couchbase ping KV issue

I want to check the ping service for KV and Query in 2.7.x SDK. In the ServiceType class, these are the only options available. Which one is for checking KV ?

VIEW(BucketServiceMapping.ONE_FOR_ALL),
BINARY(BucketServiceMapping.ONE_BY_ONE),
QUERY(BucketServiceMapping.ONE_FOR_ALL),
CONFIG(BucketServiceMapping.ONE_FOR_ALL),
SEARCH(BucketServiceMapping.ONE_FOR_ALL),
ANALYTICS(BucketServiceMapping.ONE_FOR_ALL);

Hi @himanshu.mps
It’s BINARY.