Example #1
0
        public async Task <Shards> GetShardsAsync()
        {
            InfluxDbApiResponse response = await _influxDbClient.GetShards(NoErrorHandlers);

            return(response.ReadAs <Shards>());
        }