Purpose

Determines the name of the table your endpoint maps to when specifying an endpoint using the Sample property. If the table already exists, including those defined in a Model file, the driver will resample the endpoint associated with this table and add any newly discovered columns to the relational view.

Valid Values

string

where:

string

is the name of the table you want to create for the endpoint or resample.

Notes

  • When resampling an existing table, the driver will not remove any columns associated with data that is no longer discoverable in the native view.

Data Source Methods

public String getTable()

public void setTable(String)

Default Value

No default value

Data Type

String