LocalityKind EnumerationNFX Class Library

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

Indicates where pile implementation stores data: local vs distributed

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum LocalityKind
Members

  Member nameValueDescription
Local0 The pile resides on this machine and is limited by the RAM on the local server
Distributed1 The pile is distributed - it runs across many machines
AumCluster2 The pile is distributed - it runs across many machines using Aum Cluster
See Also