diff --git a/src/TidesDB/Config.cs b/src/TidesDB/Config.cs index 40fa626..d2a57ab 100644 --- a/src/TidesDB/Config.cs +++ b/src/TidesDB/Config.cs @@ -222,8 +222,9 @@ public sealed class ColumnFamilyConfig public bool UseBtree { get; init; } = false; /// - /// Target SSTable size in object store mode in bytes (default: 0 = auto/256MB). + /// Reserved for ABI compatibility. Not used by TidesDB. /// + [Obsolete("Setting this property has no effect. TidesDB ignores this value. Will be removed in a future version.")] public ulong ObjectTargetFileSize { get; init; } = 0; ///