
CodecVersionDescriptor
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Describes one supported body-format version of a persistent codec file.
public sealed class CodecVersionDescriptor
- Inheritance
-
CodecVersionDescriptor
CodecVersionDescriptor(int, string, bool, bool, CodecLegacyFraming, CodecMigrationBehaviour)
Creates a supported version declaration.
DiagnosticLabel
Gets the stable diagnostic label for this version.
IsReadable
Gets a value indicating whether this build can read the version.
IsWritable
Gets a value indicating whether this build can write the version.
LegacyFraming
Gets legacy framing from which this version can be read.
MigrationBehaviour
Gets the migration behaviour for this version.
Version
Gets the body-format version number.