IWithShardKey Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the mongo collection update allowing to set shard keys.
public interface IWithShardKey
type IWithShardKey = interface
Public Interface IWithShardKey
- Derived
Methods
WithoutShardKey(String) |
Removes a shard key. |
WithoutShardKeys() |
Removes all shard keys. |
WithShardKey(String, String) |
Specifies a shard key. |
WithShardKey(String) |
Specifies a shard key with default partition kind "Hash". |
WithShardKeys(IDictionary<String,String>) |
Appends all shard keys to current shard keys. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET