ShardingMode Enum
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.
Specifies the sharding mode.
public enum ShardingMode
type ShardingMode =
Public Enum ShardingMode
- Inheritance
-
ShardingMode
Fields
Name | Value | Description |
---|---|---|
NotSharded | 0 | Specifies the NotSharded mode. |
Sharded | 1 | Specifies the Sharded mode. |