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 the column for which information is being retrieved
|
A column name can contain only alphanumeric characters and the underscore character.
|
"isPrimaryKey"
|
Indicates whether the column is a primary key or comprises the primary key
|
true | false
If true, the column is a primary key or comprises the primary key.
If false, the column is not a primary key and the property is not returned.
Note that the schema might specify more than one column to define the primary key.
|