We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da882af commit fc9e0edCopy full SHA for fc9e0ed
server/src/hottier.rs
@@ -59,13 +59,9 @@ pub const CURRENT_HOT_TIER_VERSION: &str = "v2";
59
#[derive(Debug, Deserialize, Serialize, Default)]
60
pub struct StreamHotTier {
61
pub version: String,
62
- #[serde(rename = "size")]
63
pub size: u64,
64
- #[serde(skip_serializing_if = "Option::is_none")]
65
pub used_size: Option<u64>,
66
67
pub available_size: Option<u64>,
68
69
pub oldest_date_time_entry: Option<String>,
70
}
71
0 commit comments