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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET