Protected constructorStatic Readonly NAMEThe name of the Schema API Service. Used by the client for the name in the variable descriptor when calling getObject from the core connection.
Static Readonly TYPEThe type of the Schema API Service. Used by the client for the type in the variable descriptor when calling getObject from the core connection.
Deletes a schema from the Schema Service using the provided namespace and table name.
the namespace of the schema
the table name of the schema
a promise that resolves on successful delete
Gets the schema xml String for a given namespace and table name.
the namespace of the schema
the table name of the schema
a Promise that resolves to the schema xml string for the given namespace and table name
Saves a schema xml String to the Schema Service. Uses the namespace and table name from the xml.
the xml string for the schema to save
indicates that the server should skip compiling loggers and listeners
a promise that resolves on successful save
Static getGets a new SchemaApiService instance. Used to get, save, and delete xml schemas.
some instance that lives on the server to be connected to.
a new JsSchemaApiService instance
JS API for the Schema Service Deephaven schema documentation