Example #1
0
 public bool CreateIndex(string cluster, string shard, string database, string collection, IndexConfiguration configuration)
 {
     try
     {
         return(dbMgtServer.CreateIndex(cluster, shard, database, collection, configuration));
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }