Click or drag to resize

SessionBaseMinStringLengthToIntern Property

Get the minimum size a string must have before VelocityDB internals interns, Intern(String), string when read from a Database.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static ushort MinStringLengthToIntern { get; }

Property Value

Type: UInt16
See Also