name | data type | description |
---|---|---|
list | array of RangerDataset | |
Properties inherited from VList |
||
listSize | number | |
list | array of object | |
startIndex | number | |
pageSize | number | |
totalCount | number | |
resultSize | number | Returns the value for the member attribute resultSize |
sortType | string | |
sortBy | string |
Example
{ "list" : [ { "labels" : [ "...", "..." ], "name" : "...", "termsOfUse" : "...", "acl" : { "roles" : { "property1" : "NONE", "property2" : "ADMIN" }, "groups" : { "property1" : "ADMIN", "property2" : "LIST" }, "users" : { "property1" : "VIEW", "property2" : "NONE" } }, "keywords" : [ "...", "..." ], "validitySchedule" : { "endTime" : "...", "recurrences" : [ { }, { } ], "startTime" : "...", "timeZone" : "..." }, "options" : { "property1" : "...", "property2" : "..." }, "additionalInfo" : { "property1" : "...", "property2" : "..." }, "description" : "...", "updatedBy" : "...", "createdBy" : "...", "isEnabled" : true, "guid" : "...", "createTime" : 12345, "id" : 12345, "version" : 12345, "updateTime" : 12345 }, { "labels" : [ "...", "..." ], "name" : "...", "termsOfUse" : "...", "acl" : { "roles" : { "property1" : "VIEW", "property2" : "AUDIT" }, "groups" : { "property1" : "ADMIN", "property2" : "ADMIN" }, "users" : { "property1" : "AUDIT", "property2" : "AUDIT" } }, "keywords" : [ "...", "..." ], "validitySchedule" : { "endTime" : "...", "recurrences" : [ { }, { } ], "startTime" : "...", "timeZone" : "..." }, "options" : { "property1" : "...", "property2" : "..." }, "additionalInfo" : { "property1" : "...", "property2" : "..." }, "description" : "...", "updatedBy" : "...", "createdBy" : "...", "isEnabled" : true, "guid" : "...", "createTime" : 12345, "id" : 12345, "version" : 12345, "updateTime" : 12345 } ], "listSize" : 12345, "startIndex" : 12345, "pageSize" : 12345, "totalCount" : 12345, "resultSize" : 12345, "sortType" : "...", "sortBy" : "..." }