Class CompactionTestResponse
Inheritance
CompactionTestResponse
Assembly: Seclai.dll
Syntax
public sealed class CompactionTestResponse
Properties
CompactionSummary
Declaration
[JsonPropertyName("compaction_summary")]
public string? CompactionSummary { get; set; }
Property Value
Evaluation
Declaration
[JsonPropertyName("evaluation")]
public CompactionEvaluationModel? Evaluation { get; set; }
Property Value
Generated
Declaration
[JsonPropertyName("generated")]
public bool Generated { get; set; }
Property Value
OriginalEntries
Declaration
[JsonPropertyName("original_entries")]
public List<string>? OriginalEntries { get; set; }
Property Value
SurvivingEntries
Declaration
[JsonPropertyName("surviving_entries")]
public List<string>? SurvivingEntries { get; set; }
Property Value