Property RaftGroup
RaftGroup
In clustered environments the name of the Raft group managing the asset.
[JsonPropertyName("raft_group")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RaftGroup { get; set; }
In clustered environments the name of the Raft group managing the asset.
[JsonPropertyName("raft_group")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RaftGroup { get; set; }