feat: complete jetstream deep operational parity closure
This commit is contained in:
@@ -4,8 +4,10 @@ public sealed class FileStoreOptions
|
||||
{
|
||||
public string Directory { get; set; } = string.Empty;
|
||||
public int BlockSizeBytes { get; set; } = 64 * 1024;
|
||||
public string IndexManifestFileName { get; set; } = "index.manifest.json";
|
||||
public int MaxAgeMs { get; set; }
|
||||
public bool EnableCompression { get; set; }
|
||||
public bool EnableEncryption { get; set; }
|
||||
public bool EnablePayloadIntegrityChecks { get; set; } = true;
|
||||
public byte[]? EncryptionKey { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user