CmdbTypes Schema
chunkInfo Element
CmdbTypes Schema > ChunkRequest Complex Type : chunkInfo Element

Glossary Item Box

Description

The ChunkInfo data returned by the server in response to the query identifies the data from which the chunk is to be fetched
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Diagram

key2 Element key1 Element Sequence chunksKey Element numberOfChunks Element Sequence chunkInfo Element

Overview

chunkInfo ChunkInfo Complex Type
The ChunkInfo data returned by the server in response to the query identifies the data from which the chunk is to be fetched
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

Source

<xs:element name="chunkInfo" type="types:ChunkInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The ChunkInfo data returned by the server in response to the query identifies the data from
                        which the chunk is to be fetched
                    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also