ArangoDB-NET icon indicating copy to clipboard operation
ArangoDB-NET copied to clipboard

Add support for sharded collections

Open jsteemann opened this issue 10 years ago • 2 comments

I have added support for specifying numberOfShards and shardKeys when creating a collection. I have also implemented the Collection.Properties() method to retrieve collection properties from an existing collection. Additionally I have implemented the call to /_admin/version to retrieve the server's version and role (if in a cluster, I needed this to activate/deactivate some tests).

jsteemann avatar Mar 06 '14 14:03 jsteemann

Awesome, how come this has not been pulled in yet?

Dashue avatar Jul 14 '15 09:07 Dashue

I will have to partialy rewrite it since it was pushed to branch which had old code base and refactored branch already differed substiantially at that time.

yojimbo87 avatar Jul 15 '15 16:07 yojimbo87