Struct ShardingPointer
Contains information about sharding parcel type and ID which is used to calculate the physical location of parcel data
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public struct ShardingPointer
Constructors
ShardingPointer(Type, Object)
Declaration
public ShardingPointer(Type tParcel, object id)
Parameters
Type | Name | Description |
---|---|---|
System.Type | tParcel | |
System.Object | id |
Fields
ID
Declaration
public readonly object ID
Field Value
Type | Description |
---|---|
System.Object |
ParcelType
Declaration
public readonly Type ParcelType
Field Value
Type | Description |
---|---|
System.Type |
Properties
IsAssigned
Declaration
public bool IsAssigned { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()