CmdbTypes Schema
ChunkInfo Complex Type
CmdbTypes Schema : ChunkInfo Complex Type

Glossary Item Box

Description

Information about chunks of data containing a response to a method. This information is used to download the chunks and to free the memory.
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

key2 Element key1 Element Sequence chunksKey Element numberOfChunks Element Sequence ChunkInfo Complex Type

Overview

ChunkInfo
Information about chunks of data containing a response to a method. This information is used to download the chunks and to free the memory.
Sequence
numberOfChunks xs:int
How many chunks are there to be retrieved by the client
chunksKey ChunkKey Complex Type
The ID of the information stored on the server
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="ChunkInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Information about chunks of data containing a response to a method. This information is
                used to download the chunks and to free the memory.
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="numberOfChunks" type="xs:int">
      <xs:annotation>
        <xs:documentation>
                        How many chunks are there to be retrieved by the client
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="chunksKey" type="types:ChunkKey">
      <xs:annotation>
        <xs:documentation>
                        The ID of the information stored on the server
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also