类 Quota


  • public class Quota
    extends Object
    Represent the quota for database.
    • 构造器详细资料

      • Quota

        public Quota()
    • 方法详细资料

      • getQueryUnitsMonthly

        public Integer getQueryUnitsMonthly()
      • setQueryUnitsMonthly

        public void setQueryUnitsMonthly​(Integer queryUnitsMonthly)
      • getStoreBytesQuota

        public Integer getStoreBytesQuota()
      • setStoreBytesQuota

        public void setStoreBytesQuota​(Integer storeBytesQuota)
      • getIngestDataPointsMonthly

        public Integer getIngestDataPointsMonthly()
      • setIngestDataPointsMonthly

        public void setIngestDataPointsMonthly​(Integer ingestDataPointsMonthly)