Class StandaloneTestCompactionRequest
Inheritance
StandaloneTestCompactionRequest
Assembly: Seclai.dll
Syntax
public sealed class StandaloneTestCompactionRequest
Properties
BankType
Declaration
[JsonPropertyName("bank_type")]
public string? BankType { get; set; }
Property Value
CompactionPrompt
Declaration
[JsonPropertyName("compaction_prompt")]
public string? CompactionPrompt { get; set; }
Property Value
EntryCount
Declaration
[JsonPropertyName("entry_count")]
public int? EntryCount { get; set; }
Property Value
GenerateDirection
Declaration
[JsonPropertyName("generate_direction")]
public string? GenerateDirection { get; set; }
Property Value
SampleEntries
Declaration
[JsonPropertyName("sample_entries")]
public List<string>? SampleEntries { get; set; }
Property Value