3.1.4.2.2.1.3.57.1 Columns

The DISCOVER_OBJECT_MEMORY_USAGE rowset contains the following columns.

Name

Type

Restriction

Description

OBJECT_PARENT_PATH

xsd:string

Yes<316>

The path to the parent of the current object. The format of the string is that each ancestor object ID is listed, separated by '.'.

OBJECT_ID

xsd:string

Yes<317>

The ID of the object as defined at creation time.

OBJECT_MEMORY_SHRINKABLE

xsd:long

The total amount of memory used by all the shrinkable objects that are directly owned by the current object. The current value does not include memory from objects owned by named objects that are owned by the current object.

OBJECT_MEMORY_NONSHRINKABLE

xsd:long

The amount of memory of all non-shrinkable objects directly owned by current object. The current value does not include memory from objects owned by named objects that are owned by the current object.

OBJECT_VERSION

xsd:int

The metadata version number of the object. This number changes each time the object is altered.

OBJECT_DATA_VERSION

xsd:int

The lineage number of the data in the object. This number increments each time the object is processed.

OBJECT_TYPE_ID

xsd:int

Reserved for future use.

OBJECT_TIME_CREATED

xsd:dateTime

The UTC server time at the moment the object was created.

OBJECT_MEMORY_CHILD_SHRINKABLE<318>

xsd:long

The total amount of memory used by all the shrinkable objects that are directly owned by all the named objects that are directly or indirectly owned by the current object. The current value does not include the memory from the shrinkable objects directly owned by the current object.

OBJECT_MEMORY_CHILD_NONSHRINKABLE<319>

xsd:long

The total amount of memory used by all the non-shrinkable objects that are directly owned by all the named objects that are directly or indirectly owned by the current object. The current value does not include the memory from the non-shrinkable objects directly owned by the current object.

OBJECT_GROUP<320>

xsd:string

The name of the object group. The system tracker name is $System.

The rowset is not sorted.

The response has the following definition.

       <xsd:element name="root">
         <xsd:complexType>
           <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="row" type="row" />
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:complexType name="row">
         <xsd:sequence>
           <xsd:element sql:field="OBJECT_PARENT_PATH" name="OBJECT_PARENT_PATH" 
                        type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="OBJECT_ID" name="OBJECT_ID" type="xsd:string" 
                        minOccurs="0" />
           <xsd:element sql:field="OBJECT_MEMORY_SHRINKABLE" name="OBJECT_MEMORY_SHRINKABLE" 
                        type="xsd:long" minOccurs="0" />
           <xsd:element sql:field="OBJECT_MEMORY_NONSHRINKABLE" 
                        name="OBJECT_MEMORY_NONSHRINKABLE" type="xsd:long" minOccurs="0" />
           <xsd:element sql:field="OBJECT_VERSION" name="OBJECT_VERSION" type="xsd:int" 
                        minOccurs="0" />
           <xsd:element sql:field="OBJECT_DATA_VERSION" name="OBJECT_DATA_VERSION" 
                        type="xsd:int" minOccurs="0" />
           <xsd:element sql:field="OBJECT_TYPE_ID" name="OBJECT_TYPE_ID" type="xsd:int" 
                        minOccurs="0" />
           <xsd:element sql:field="OBJECT_TIME_CREATED" name="OBJECT_TIME_CREATED" 
                        type="xsd:dateTime" minOccurs="0" />
           <xsd:element sql:field="OBJECT_MEMORY_CHILD_SHRINKABLE" 
                        name="OBJECT_MEMORY_CHILD_SHRINKABLE" type="xsd:long" minOccurs="0" />
           <xsd:element sql:field="OBJECT_MEMORY_CHILD_NONSHRINKABLE" 
                        name="OBJECT_MEMORY_CHILD_NONSHRINKABLE" type="xsd:long" 
                        minOccurs="0" />
           <xsd:element sql:field="OBJECT_GROUP" name="OBJECT_GROUP" type="xsd:string"
                        minOccurs="0" />
         </xsd:sequence>
       </xsd:complexType>