Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Members

Name Type Required Description

size

long

Returns the size of consumed quota

status

quotaStatusType

Returns the status of quota usage

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:quotaStatus xsi:type="obh:quotaStatus" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:size>your_long_0</obh:size>
        <obh:status>your_quotaStatusType_0</obh:status>
</obh:quotaStatus>

JSON Example

(show inherited members)

{
    "beeType":"quotaStatus",
        "size":your_{http://www.oracle.com/beehive}size_as_long0,
        "status":{ your_{http://www.oracle.com/beehive}status_as_quotaStatusType0 }
}

XML Schema


<xs:complexType name="quotaStatus">
    <xs:sequence>
        <xs:element name="size" type="xs:long"/>
        <xs:element minOccurs="0" name="status" type="tns:quotaStatusType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to quotaStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions