Property MemStorage
MemStorage
Force the consumer state to be kept in memory rather than inherit the setting from the stream
[JsonPropertyName("mem_storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool MemStorage { get; set; }