Search Results for

    Show / Hide Table of Contents

    Class CompactionTestResponse

    Inheritance
    object
    CompactionTestResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class CompactionTestResponse

    Properties

    CompactionSummary

    Declaration
    [JsonPropertyName("compaction_summary")]
    public string? CompactionSummary { get; set; }
    Property Value
    Type Description
    string

    Evaluation

    Declaration
    [JsonPropertyName("evaluation")]
    public CompactionEvaluationModel? Evaluation { get; set; }
    Property Value
    Type Description
    CompactionEvaluationModel

    Generated

    Declaration
    [JsonPropertyName("generated")]
    public bool Generated { get; set; }
    Property Value
    Type Description
    bool

    OriginalEntries

    Declaration
    [JsonPropertyName("original_entries")]
    public List<string>? OriginalEntries { get; set; }
    Property Value
    Type Description
    List<string>

    SurvivingEntries

    Declaration
    [JsonPropertyName("surviving_entries")]
    public List<string>? SurvivingEntries { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    Back to top Generated by DocFX