public interface IndexRegistration:
Type-erased boundary retained by JSON and XML configurations.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | definitionHashdefinitionHash as String |
Stable descriptor fingerprint persisted beside the source document. |
| public readonly property | entityTypeentityType as Type |
Exact entity type indexed by this descriptor. |
| public readonly property | propertyPathpropertyPath as String |
Dot-separated logical property path. |
| public readonly property | uniqueunique as Boolean |
Whether duplicate non-null values are forbidden. |