PointMappingCreationInfo<TKey> Class
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.
Arguments used to create a PointMapping<TKey>.
public sealed class PointMappingCreationInfo<TKey>
type PointMappingCreationInfo<'Key> = class
Public NotInheritable Class PointMappingCreationInfo(Of TKey)
Type Parameters
- TKey
Type of the key (point).
- Inheritance
-
System.ObjectPointMappingCreationInfo<TKey>
Constructors
PointMappingCreationInfo<TKey>(TKey, Shard, MappingStatus) |
Arguments used to create a point mapping. |
Properties
Shard |
Gets the Shard of the mapping. |
Status |
Gets the Status of the mapping. |
Value |
Gets the point value being mapped. |