QueryServiceParameters Schema
releaseChunks Complex Type
QueryServiceParameters Schema : releaseChunks Complex Type

Glossary Item Box

Description

releaseChunks frees the memory of the chunks that contain the data from a query
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

key2 Element key1 Element Sequence chunksKey Element callerApplication Element Sequence cmdbContext Element Sequence releaseChunks Complex Type

Overview

releaseChunks
releaseChunks frees the memory of the chunks that contain the data from a query
Sequence
Sequence
callerApplication xs:string
The invoking application
Sequence
key1 xs:string
A string generated by the server
key2 xs:string
A string generated by the server

Used By

Source

<xs:complexType name="releaseChunks" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      releaseChunks frees the memory of the chunks that contain the data from a query
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="chunksKey" type="types:ChunkKey" />
  </xs:sequence>
</xs:complexType>

See Also