Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.

Referenced by: dataSource

Properties

PropertyDetails
dataSourceNameThe fully-qualified string value used to specify where the dataSource is derived.
gdbVersionIf applicable, the value indicating the version of the geodatabase.
typeString value indicating the type for the dataSource.
Valid value of this property table
workspaceIdThe unique string value used to identify the datasource’s workspace.

Example

{
"type": "table",
"workspaceId": "MyDatabaseWorkspaceIDSSR2",
"dataSourceName": "ss6.gdb.Lakes"
}