Interface IArea
Provides information about an area of a bank schema. This information does not depend on a particular bank instance, as it is common for all banks that implement the same schema. Area provides configuration information for parcels that it can store. Every instance of this (interface-implementer) class has a corresponding IAreaInstance instance that stores information for every particular bank, i.e. what distribution policies are applied (such as sharding) to the parcels stored in this area
Inherited Members
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public interface IArea : INamed
Properties
Description
Returns area description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
DeviceType
Returns the type of device driver that loads/stores data
Declaration
Type DeviceType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Schema
Returns schema that this area is in
Declaration
ISchema Schema { get; }
Property Value
Type | Description |
---|---|
ISchema |