Home > @i2analyze/notebook-sdk > schema > ISourceIdentifiersSchema
schema.ISourceIdentifiersSchema interface
A schema for source identifiers, which places constraints on their use.
Signature:
interface ISourceIdentifiersSchema
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| maximumSourceIdentifiers | readonly |
number | Gets the maximum number of source identifiers that a single record can have. |
| maxKeyStringLength | readonly |
data.ICharLimit | Gets the maximum number of characters for a source identifier key. |
| maxTypeStringLength | readonly |
data.ICharLimit | Gets the maximum number of characters for a source identifier type. |
| reservedTypes | readonly |
data.IReadOnlyCollection<string> | Gets the source identifier types that are reserved for system use. |