Search Results for

    Show / Hide Table of Contents

    Class StandaloneTestCompactionRequest

    Inheritance
    object
    StandaloneTestCompactionRequest
    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 StandaloneTestCompactionRequest

    Properties

    BankType

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

    CompactionPrompt

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

    EntryCount

    Declaration
    [JsonPropertyName("entry_count")]
    public int? EntryCount { get; set; }
    Property Value
    Type Description
    int?

    GenerateDirection

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

    SampleEntries

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