Beispiel #1
0
        public async static Task <ICatResponse <CatIndicesRecord> > ListIndexAsync(string elasticSearchConnectionString)
        {
            var client = new Nest.ElasticClient(new Uri(elasticSearchConnectionString));

            return(await client.CatIndicesAsync());
        }