Home > @i2analyze/notebook-sdk > schema > ISchemaInfo
schema.ISchemaInfo interface
Information about a schema in an i2 Analyze deployment.
Signature:
interface ISchemaInfo
Introduced: version 1.5
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id? | readonly |
string | (Optional) Gets the identifier of the schema. |
| name? | readonly |
string | (Optional) Gets the name of the schema. |
| type | readonly |
SchemaType | Gets the type of the schema. |