IShardingPointerProvider ShardingPointer Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the parcel type and ID used for sharding. This pointer is converted into physical shard # (particular server) where data represented by this entity resides. WARNING! The ShardingPointer is immutable during the lifecycle of the entity. See Parcel.ShardingPointer

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

ShardingPointer ShardingPointer { get; }

Property Value

Type: ShardingPointer
See Also