Table of Contents

Method QueryObjectCountAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

QueryObjectCountAsync()

Retrieves a count of objects in the cache.

public Task<long> QueryObjectCountAsync()

Returns

Task<long>

The number of objects in the cache.

Remarks

This method will perform a round trip to the ScaleOut service and invoke a parallel query on the distributed store, which involves all hosts.