类 TsdbConstants.QuotaUnit
- java.lang.Object
-
- com.baidubce.services.tsdb.TsdbConstants.QuotaUnit
-
- 所有已实现的接口:
TsdbConstants
- 封闭接口:
- TsdbConstants
public static class TsdbConstants.QuotaUnit extends Object implements TsdbConstants
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.baidubce.services.tsdb.TsdbConstants
TsdbConstants.AggregatorName, TsdbConstants.DateFormat, TsdbConstants.FieldType, TsdbConstants.FillType, TsdbConstants.Group, TsdbConstants.QueryOrder, TsdbConstants.QuotaUnit, TsdbConstants.TimeUnit, TsdbConstants.ValueType
-
-
字段概要
字段 修饰符和类型 字段 说明 static longADDITIONAL_TIMESERIES_QUOTAstatic longINGEST_QUOTA_UNITstatic longQUERY_QUOTA_UNITstatic longSTORAGE_QUOTA_UNIT
-
构造器概要
构造器 构造器 说明 QuotaUnit()
-
-
-
字段详细资料
-
INGEST_QUOTA_UNIT
public static final long INGEST_QUOTA_UNIT
- 另请参阅:
- 常量字段值
-
QUERY_QUOTA_UNIT
public static final long QUERY_QUOTA_UNIT
- 另请参阅:
- 常量字段值
-
STORAGE_QUOTA_UNIT
public static final long STORAGE_QUOTA_UNIT
- 另请参阅:
- 常量字段值
-
ADDITIONAL_TIMESERIES_QUOTA
public static final long ADDITIONAL_TIMESERIES_QUOTA
- 另请参阅:
- 常量字段值
-
-