Table of Contents

Class AsiBackboneIdentifierLimits

Namespace
AsiBackbone.Core
Assembly
AsiBackbone.Core.dll

Defines stable length limits for identifiers that flow through governance records and persistence adapters.

public static class AsiBackboneIdentifierLimits
Inheritance
AsiBackboneIdentifierLimits
Inherited Members

Fields

MaximumLength

Gets the maximum supported length for a governance identifier.

public const int MaximumLength = 128

Field Value

int

Remarks

Persistence adapters use a 128-character identifier boundary for correlation identifiers and other stable IDs. Host adapters should apply this limit before untrusted values enter logging, governance records, or persistence.