Get or set the page cache preload configuration
Namespace: BrightstarDB.ConfigAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public PageCachePreloadConfiguration PreloadConfiguration { get; set; } |
Visual Basic |
---|
Public Property PreloadConfiguration As PageCachePreloadConfiguration
Get
Set |
Visual C++ |
---|
public:
property PageCachePreloadConfiguration^ PreloadConfiguration {
PageCachePreloadConfiguration^ get ();
void set (PageCachePreloadConfiguration^ value);
} |
F# |
---|
member PreloadConfiguration : PageCachePreloadConfiguration with get, set
|
Property Value
Type:
PageCachePreloadConfiguration
See Also