Class RVNativeAnalysisServicesDataSource

Microsoft Analysis Services (MS SSAS) TCP connection data source

Hierarchy

  • RVAnalysisServicesDataSource
    • RVNativeAnalysisServicesDataSource

Index

Constructors

constructor

Accessors

catalog

  • get catalog(): nullableString
  • set catalog(value: nullableString): void
  • The name of the catalog (database) to use.

    Returns nullableString

  • The name of the catalog (database) to use.

    Parameters

    • value: nullableString

    Returns void

defaultRefreshRate

  • get defaultRefreshRate(): null | number
  • set defaultRefreshRate(v: null | number): void
  • Returns null | number

  • Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g. 1440 = 1 day). A value of N means that whenever the visualization requests data, the engine will return data found in the cache if it's not older than N minutes -this means, if the engine fetched it from the datasource no more than N minutes before-. Set it to override the widget editor default behavior.

    Parameters

    • v: null | number

    Returns void

host

  • get host(): nullableString
  • set host(value: nullableString): void
  • Hostname or IP address of the server

    Returns nullableString

  • Hostname or IP address of the server

    Parameters

    • value: nullableString

    Returns void

id

  • get id(): nullableString
  • set id(value: nullableString): void
  • The ID of the data source

    Returns nullableString

  • The ID of the data source

    Parameters

    • value: nullableString

    Returns void

port

  • get port(): number
  • set port(value: number): void
  • TCP port where the server is accepting connections, 2383 is the default port for SSAS.

    Returns number

  • TCP port where the server is accepting connections, 2383 is the default port for SSAS.

    Parameters

    • value: number

    Returns void

subtitle

  • get subtitle(): nullableString
  • set subtitle(value: nullableString): void
  • The subtitle of the data source, if not null will be displayed to users instead of connection information like host and database name.

    Returns nullableString

  • The subtitle of the data source, if not null will be displayed to users instead of connection information like host and database name.

    Parameters

    • value: nullableString

    Returns void

title

  • get title(): nullableString
  • set title(value: nullableString): void
  • The title of the data source as displayed to users.

    Returns nullableString

  • The title of the data source as displayed to users.

    Parameters

    • value: nullableString

    Returns void