Parameter
|
Description
|
Usage
|
Valid Values
|
"datasourceId"
|
The ID of the data source
|
Required
|
The ID is auto-generated when the data source is created and cannot be changed.
|
"schemaName"
|
For data stores that support schemas, the name of a schema associated with the data source.
For data stores that do not support schemas, a dash (-) is returned.
|
Required
|
For data stores that support schemas, a valid schema name.
For data stores that do not support schemas, a dash (-) is returned.
|
"tableName"
|
The name of the table for which information is being retrieved
|
Required
|
A table name can contain only alphanumeric characters and the underscore character.
|
Property
|
Description
|
Valid Values
|
"name"
|
The name of a primary key column, or a comma separated list of columns that comprise the primary key
|
A column name can contain only alphanumeric characters and the underscore character.
|