i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > SchemaType

    schema.SchemaType type

    The type of a schema.

    Signature:

    type SchemaType = 'infostore' | 'gateway' | 'connector' | 'unknown' | 'custom';
    

    Introduced: version 1.5

    Remarks

    The possible values are: infostore - The Information Store schema. gateway - A gateway schema. connector - A connector schema. unknown - An unknown schema, which can denote an orphaned item type. custom - A schema that contains user-created types.

    In this article
    Back to top © N. Harris Computer Corporation