Skip to content

Instantly share code, notes, and snippets.

@zleao
Created July 14, 2020 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zleao/7eb6bad7ee061c256b405acace01bc7c to your computer and use it in GitHub Desktop.
Save zleao/7eb6bad7ee061c256b405acace01bc7c to your computer and use it in GitHub Desktop.
Metacode for hybruid support of collection creation for portable MongoDB
try { /*TryCreateShardedCollection*/ }
catch
{
await Database.CreateCollectionAsync(collectionName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment