PROJECT_RESOURCE

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

PROJECT_RESOURCE

 

The PROJECT_RESOURCE collection holds references to all resources currently enabled in existing design projects (PROJECT_WIP). Enabling/disabling a collection or routine in the WebApp directly adds/removes entries from this collection.

 

{

 "_id" : "",

 "nativeIdentifier" : "",

 "projectId" : "",

 "connectorId" : "",

 "type" : "",

 "fields" : []

}

 

Attribute

Value

Note

_id

A unique identifier for the project resource.

 

nativeIdentifier

The full native name of the resource

 

projectId

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

 

connectorId

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

 

type

The type of resource

"collection" (collection, table, view, etc.)

"api" (function, method, procedure, etc.)

fields

A list containing the nativeIdentifiers of all the fields in the resource that are included in the Project.

Only for "collection" resources.