OdagLinkProperties

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
rowEstExpr string Expression for estimating the number of rows in the generated app
bindings array Field bindings between selection and template apps
genAppAccessible boolean Whether generated apps are accessible to users
publishTo string Stream ID to publish generated apps to
retention object
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-odaglinkproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OdagLinkProperties",
  "title": "OdagLinkProperties",
  "type": "object",
  "properties": {
    "rowEstExpr": {
      "type": "string",
      "description": "Expression for estimating the number of rows in the generated app"
    },
    "bindings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OdagBinding"
      },
      "description": "Field bindings between selection and template apps"
    },
    "genAppAccessible": {
      "type": "boolean",
      "description": "Whether generated apps are accessible to users"
    },
    "publishTo": {
      "type": "string",
      "description": "Stream ID to publish generated apps to"
    },
    "retention": {
      "type": "object",
      "properties": {
        "maxAge": {
          "type": "integer",
          "description": "Maximum age in minutes before a generated app is removed"
        },
        "maxCount": {
          "type": "integer",
          "description": "Maximum number of generated apps to retain per user"
        }
      }
    }
  }
}