name | data type | constraints | description |
---|---|---|---|
hiveUrl | string | ||
agentLocalUrl | string | ||
jdbcUrl | string | ||
sourceType | string | ||
useWebHdfs | boolean | required | |
agentName | string | ||
configured | boolean | required | |
webHdfsUri | string | ||
rootResourceKey | string | ||
permittedToRead | boolean | required | |
skipConnectionTest | boolean | required | |
hdfsUri | string | ||
driverClass | string | ||
name | string | ||
agentKey | string | ||
attributes | map of object | ||
sourcePath | string | ||
jdbcPassword | string | ||
jdbcUsername | string | ||
Properties inherited from Entity |
|||
timeOfLastChange | number | ||
timeOfCreation | number | ||
key | string | ||
description | string | ||
type | string | ||
restricted | array of string | ||
viewAble | array of string | ||
updateable | array of string | ||
richDescription | string | ||
score | number | required | |
customProperties | array of CustomProperty |
Example
{ "hiveUrl" : "...", "agentLocalUrl" : "...", "jdbcUrl" : "...", "sourceType" : "...", "useWebHdfs" : true, "agentName" : "...", "configured" : true, "webHdfsUri" : "...", "rootResourceKey" : "...", "permittedToRead" : true, "skipConnectionTest" : true, "hdfsUri" : "...", "driverClass" : "...", "name" : "...", "agentKey" : "...", "attributes" : { "property1" : { }, "property2" : { } }, "sourcePath" : "...", "jdbcPassword" : "...", "jdbcUsername" : "...", "timeOfLastChange" : 12345, "timeOfCreation" : 12345, "key" : "...", "description" : "...", "type" : "...", "restricted" : [ "...", "..." ], "viewAble" : [ "...", "..." ], "updateable" : [ "...", "..." ], "richDescription" : "...", "score" : 12345.0, "customProperties" : [ { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." }, { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." } ] }