PaginatedResponseOfDataResourceLite Data Type

Abstract Type
Properties
name data type constraints description
list array of DataResourceLite  
totalCount number required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "list" : [ {
    "dataSetRootResource" : "...",
    "fileFormatDisplay" : "...",
    "dataSourceType" : "...",
    "resourcePath" : "...",
    "canAddOrRemoveResourceFromDataset" : true,
    "fieldCount" : 12345,
    "rowCount" : 12345,
    "name" : "...",
    "resourceSize" : 12345,
    "ratingCount" : 12345,
    "status" : "...",
    "dataSetId" : "...",
    "dataSetMember" : true,
    "timeOfResourceChange" : 12345,
    "topicsCount" : 12345,
    "resourceType" : "...",
    "canAssociateTag" : true,
    "canRunJob" : true,
    "dataSetSchemaVersion" : 12345,
    "sensitivity" : "...",
    "collectionRoot" : true,
    "dataSourceKey" : "...",
    "dataPermitted" : true,
    "logicalFolderContext" : "...",
    "dataSourceUri" : "...",
    "commentsCount" : 12345,
    "canDisassociateTag" : true,
    "origins" : [ "...", "..." ],
    "favorite" : true,
    "resourceState" : "...",
    "joinResources" : [ "...", "..." ],
    "averageRating" : 12345.0,
    "fileFormat" : "...",
    "tagAssociationViewList" : [ {
      "tagKey" : "...",
      "rules" : [ "...", "..." ],
      "key" : "...",
      "state" : "...",
      "timeOfLastChange" : 12345,
      "tagName" : "...",
      "timeOfCreation" : 12345,
      "domainKey" : "...",
      "domainName" : "...",
      "resourceKey" : "...",
      "semantic" : "...",
      "weight" : 12345.0,
      "field" : "..."
    }, {
      "tagKey" : "...",
      "rules" : [ "...", "..." ],
      "key" : "...",
      "state" : "...",
      "timeOfLastChange" : 12345,
      "tagName" : "...",
      "timeOfCreation" : 12345,
      "domainKey" : "...",
      "domainName" : "...",
      "resourceKey" : "...",
      "semantic" : "...",
      "weight" : 12345.0,
      "field" : "..."
    } ],
    "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" : "..."
    } ]
  }, {
    "dataSetRootResource" : "...",
    "fileFormatDisplay" : "...",
    "dataSourceType" : "...",
    "resourcePath" : "...",
    "canAddOrRemoveResourceFromDataset" : true,
    "fieldCount" : 12345,
    "rowCount" : 12345,
    "name" : "...",
    "resourceSize" : 12345,
    "ratingCount" : 12345,
    "status" : "...",
    "dataSetId" : "...",
    "dataSetMember" : true,
    "timeOfResourceChange" : 12345,
    "topicsCount" : 12345,
    "resourceType" : "...",
    "canAssociateTag" : true,
    "canRunJob" : true,
    "dataSetSchemaVersion" : 12345,
    "sensitivity" : "...",
    "collectionRoot" : true,
    "dataSourceKey" : "...",
    "dataPermitted" : true,
    "logicalFolderContext" : "...",
    "dataSourceUri" : "...",
    "commentsCount" : 12345,
    "canDisassociateTag" : true,
    "origins" : [ "...", "..." ],
    "favorite" : true,
    "resourceState" : "...",
    "joinResources" : [ "...", "..." ],
    "averageRating" : 12345.0,
    "fileFormat" : "...",
    "tagAssociationViewList" : [ {
      "tagKey" : "...",
      "rules" : [ "...", "..." ],
      "key" : "...",
      "state" : "...",
      "timeOfLastChange" : 12345,
      "tagName" : "...",
      "timeOfCreation" : 12345,
      "domainKey" : "...",
      "domainName" : "...",
      "resourceKey" : "...",
      "semantic" : "...",
      "weight" : 12345.0,
      "field" : "..."
    }, {
      "tagKey" : "...",
      "rules" : [ "...", "..." ],
      "key" : "...",
      "state" : "...",
      "timeOfLastChange" : 12345,
      "tagName" : "...",
      "timeOfCreation" : 12345,
      "domainKey" : "...",
      "domainName" : "...",
      "resourceKey" : "...",
      "semantic" : "...",
      "weight" : 12345.0,
      "field" : "..."
    } ],
    "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" : "..."
    } ]
  } ],
  "totalCount" : 12345
}