PutResult EnumerationNFX Class Library

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

Denotes statuses of cache table Put

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

public enum PutResult
Members

  Member nameValueDescription
Collision0 The item could not be put because it collides with existing data that can not be overwritten because it has higher priority and there is no extra space
Inserted1 The item was inserted into cache table anew
Replaced2 The item replaced an existing item with the same key
Overwritten3 The item was inserted instead of an existing item with lower or equal priority
See Also