BinaryObjectString sealed class BinaryObjectString : IWritableRecord, IRecord, IRecord<BinaryObjectString> String record. Documentation Code public static RecordType RecordType { get; } public Id ObjectId { get; } public string Value { get; } public BinaryObjectString(Id objectId, string value)