Section navigation

Public classSealed CodecOptions

Namespace
Rowles.LeanCorpus.Codecs.CodecKit.Codecs
Assembly
Rowles.LeanCorpus.dll

Immutable configuration for codec operations. All limits are validated at construction time.

public sealed record CodecOptions : IEquatable<CodecOptions>
Inheritance
CodecOptions
Implements

Public property Default

Public property MaxCodecFileBytes

Gets the largest physical codec file accepted by file-level framing operations.

Public property MaxDecompressedBytes

Public property MaxFrameBytes

Public property MaxMaterialisedBodyBytes

Gets the largest codec-file body that an operation may materialise into one managed buffer. This limit does not restrict streaming or random-access file sizes.

Public property MaxNestingDepth

Public property MaxScratchBufferBytes

Public property MaxSequenceElements

Public property MaxStringBytes

Public property RejectNonCanonicalVarInts

Public property Utf8Validation