Class CacheExportData

Assembly: redb.Core.dll

Exported cache state for analysis.

public class CacheExportData

Inheritance

ObjectCacheExportData

Properties

ExportedAt

Export time.

public DateTime ExportedAt { get; set; }

FormatVersion

Export format version.

public string FormatVersion { get; set; }

Schemes

Exported schemes.

public List<RedbScheme> Schemes { get; set; }

Statistics

Usage statistics.

public DetailedCacheStatistics Statistics { get; set; }

Structures

Exported structures.

public List<RedbStructure> Structures { get; set; }

Types

Exported types.

public List<RedbType> Types { get; set; }

TypeToSchemeMapping

Type to scheme mappings.

public Dictionary<string, long> TypeToSchemeMapping { get; set; }