Enum LocalityKind
Indicates where pile implementation stores data: local vs distributed
Namespace: NFX.ApplicationModel.Pile
Assembly: NFX.dll
Syntax
public enum LocalityKind
  Fields
| Name | Description | 
|---|---|
| Cluster | The pile is distributed - it runs across many machines using server cluster  | 
      
| Distributed | The pile is distributed - it runs across many machines  | 
      
| Local | The pile resides on this machine and is limited by the RAM on the local server  |