AquaLogic Analytics Query API Usage Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Dimensions in the Analytics Namespace

This topic describes the Analytics dimensions defined in the Analytics namespace, http://www.bea.com/analytics.

Table 1. users
Name Description
userID ID of the user object
  • Type: string
  • Length: 255
name Name of the user object
  • Type: string
  • Length: 255
description Description of the user object
  • Type: string
  • Length: 255
loginName Login name of the user object
  • Type: string
  • Length: 255
Table 2. userProperties
Name Description
name Name of the property object
  • Type: string
  • Length: 255
propertyId ID of the associated ALI object
  • Type: string
  • Length: 255
isDisplayed Flag representing the visibility of the property object in both the Analytics Console and Analytics Administration
  • Type: boolean
Table 3. userPropertyValues
Name Description
propertyId ID of the associated property object
  • Type: integer
  • Length: 8
userId ID of the associated user object
  • Type: integer
  • Length: 8
value Value of the user property object
  • Type: string
  • Length: 255
type Simple data type of the property value
  • Type: integer
  • Length: 8

  Back to Top      Previous Next