Skip to main content
InterSystems IRIS Data Platform 2024.3
AskMe (beta)
Loading icon

DeepSeeConnector

Enables you to connect to Business Intelligence data sources.

Where This Object Is Available

This object is available in client-side JavaScript code, if that code includes DeepSee.js. See Introduction to DeepSee.js.

Creating This Object

To create a Business Intelligence data connector object, use code like the following:

var connection = new DeepSeeConnection(username,password,host,application,namespace);

Where:

  • username is an InterSystems IRIS® data platform username that can access the given host.

  • password is the associated password.

  • host is the server name for the machine on which InterSystems IRIS is running.

  • application is the name of the web application.

  • namespace is the name of the namespace to access.

Properties of This Object

This object provides the following properties:

  • username is an InterSystems IRIS username that can access the given host.

  • password is the associated password.

  • path is the base URL for the web services.

Methods of This Object

A data connector object does not provide any methods.

FeedbackOpens in a new tab