FileObjectStoreProvider LoadLimit Property NFX Class Library

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

Imposes the limit on number of bytes that can be read from disk on load all. Once limit is exceeded the rest of objects will not load. Provider loads most recent objects first

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

public long LoadLimit { get; set; }

Property Value

Type: OnlineInt64
See Also