PointMapping<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.
Represents a mapping between the singleton key value of a shardlet (a point) and a Shard.
public sealed class PointMapping<TKey>
type PointMapping<'Key> = class
interface IShardProvider<'Key>
interface IShardProvider
interface ICloneable<PointMapping<'Key>>
interface IMappingInfoProvider
Public NotInheritable Class PointMapping(Of TKey)
Type Parameters
- TKey
Type of the key (point).
- Inheritance
-
System.ObjectPointMapping<TKey>
Properties
Shard |
Gets Shard that contains the key value. |
Status |
Gets Status of the mapping. |
Value |
Gets key value. |
Methods
Clone() |
Clones the instance. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Calculates the hash code for this instance. |
ToString() |
Converts the object to its string representation. |