ESB_LROINFO_API_T

This structure contains descriptive information about a specific object linked to a data cell in an Essbase database. You might modify this structure when updating an object's source file name or object description. To do this, use EsbLROGetCatalog to retrieve the object's catalog entry, modify the objName and/or objDesc fields as needed, then use EsbLROUpdateObject save your changes on the server. The fields are described as follows:

Data TypeFieldDescription
String * ESB_ONAMELEN_APIobjNameSource file name of object linked to a data cell. ESB_ONAMELEN_API specifies the maximum length of an object name; the default value is 511.
String * ESB_LRODESCLEN_APIobjDescDescription of an object linked to a data cell. ESB_LRODESCLEN_API specifies the maximum length of the description; the default value is 79.