COLLECTION_RESOURCE

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

COLLECTION_RESOURCE

 

The COLLECTION_RESOURCE collection holds references to all collections (tables, views, etc.) identified by the connectors of existing design projects.

 

{

 "_id" : "",

 "name" : "",

 "nativeIdentifier" : "",

 "projectId" : "",

 "connectorId" : ""

}

 

Attribute

Value

Note

_id

A unique identifier for the collection resource.

 

name

The given name for the collection resource

By default, it is the simple name of the datasource collection

nativeIdentifier

The full native name of the collection

Generally of the form <container>.<name>

e.g.: "public.employees"

projectId

Reference to the design project (PROJECT_WIP entry) this collection belongs to.

 

connectorId

Reference to the connector (CONNECTOR entry) this collection is accessed through.