DataParcelAttribute ShardingParcel Property NFX Class Library

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

Specifies the type of Parcel that is used for sharding. By default this parameter is null, so parcels are sharded on their own instance types, however there are cases when a parcel overrides ShardingID and specifies ShardingParcel type via this member so it gets stored along with the specified parcel

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

public Type ShardingParcel { get; private set; }

Property Value

Type: OnlineType
See Also