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

Contents

Overview

The super class for all quota configurations.

Members

Name Type Required Description

storageSpaceHardQuota

long

Returns storage space hard quota for this container in KB, which is the totally amount that can be allocated within this container.

Hierarchy

quotaConfiguration is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherited By

XML Schema


<xs:complexType abstract="true" name="quotaConfiguration">
    <xs:sequence>
        <xs:element name="storageSpaceHardQuota" type="xs:long"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to quotaConfiguration

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions