Enum LocalityKind
Indicates where pile implementation stores data: local vs distributed
Namespace: Azos.Pile
Assembly: Azos.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 |