QueryResultRecordsType

Element:
QueryResultRecords
Type:
QueryResultRecordsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for query results in records format.
Since:
1.5
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
ContainerType
XML Representation:
<QueryResultRecords xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" name="xs:string" page="xs:int"
        pageSize="xs:int" total="xs:long">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <Record href="xs:anyURI" id="xs:string" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string"/>
        <Metadata href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string"/>
            <MetadataEntry href="xs:anyURI" type="xs:string">
                <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                        rel="xs:string"/>
                <Domain visibility="xs:string"/>
                <Key> xs:string </Key>
                <TypedValue/>
            </MetadataEntry>
        </Metadata>
    </Record>
</QueryResultRecords>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 1.5 The URI of the entity.
type string No always 1.5 The MIME type of the entity.
name string No none 1.5 Query name that generated this result set.
page int No none 1.5 Page of the result set that this container holds. The first page is page number 1.
pageSize int No none 1.5 Page size, as a number of records or references.
total long No none 1.5 Total number of records or references in the container.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 1.5 A reference to an entity or operation associated with this object.
Record QueryResultRecordType No always 1.5 A record representing a query result.
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.