Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DescribeErrorLogDataRequest
-
Packages that use DescribeErrorLogDataRequest Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DescribeErrorLogDataRequest in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 with parameters of type DescribeErrorLogDataRequest Modifier and Type Method Description DescribeErrorLogDataResponseCdbClient. DescribeErrorLogData(DescribeErrorLogDataRequest req)根据检索条件查询实例错误日志详情。只能查询一个月之内的错误日志。 使用时需要注意:可能存在单条错误日志太大,导致整个http请求的回包太大,进而引发接口超时。一旦发生超时,建议您缩小查询时的Limit参数值,从而降低包的大小,让接口能够及时返回内容。 -
Uses of DescribeErrorLogDataRequest in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DescribeErrorLogDataRequest Constructor Description DescribeErrorLogDataRequest(DescribeErrorLogDataRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-