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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.