IndexRegistration
interfacein packageklyn.data
public interface IndexRegistration:
IndexRegistration

Type-erased boundary retained by JSON and XML configurations.

Properties
Modifier and Type Member Description
public readonly property definitionHash
definitionHash as String
Stable descriptor fingerprint persisted beside the source document.
public readonly property entityType
entityType as Type
Exact entity type indexed by this descriptor.
public readonly property propertyPath
propertyPath as String
Dot-separated logical property path.
public readonly property unique
unique as Boolean
Whether duplicate non-null values are forbidden.
Methods
Modifier and Type Member Description
public keyToken
keyToken(value as Object) as String
Returns the stable, type-aware storage token for one indexed value.
public value
value(entity as Object) as Object
Reads the indexed logical value from one exact entity.