ShardMapType 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.
Type of shard map.
public enum ShardMapType
type ShardMapType =
Public Enum ShardMapType
- Inheritance
-
System.EnumShardMapType
Fields
List | 1 | Shard map with list based mappings. |
None | 0 | Invalid kind of shard map. Only used for serialization/deserialization. |
Range | 2 | Shard map with range based mappings. |