All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.postgresql.describedblogfiles.v20181225.DescribeDBLogFilesRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.postgresql.describedblogfiles.v20181225;

import common.annotation.KsYunField;
import lombok.Data;

/**
 * @Classname DescribeDBLogFilesRequest
 * @Description 请求参数
 */
@Data
public class DescribeDBLogFilesRequest {
    /**
     * 实例ID
     */
    @KsYunField(name = "DBInstanceIdentifier")
    private String DBInstanceIdentifier;

    /**
     * 日志类型
     * 

* ##### 取值范围:Log/SlowLog/ErrorLog/Binlog */ @KsYunField(name = "DBLogType") private String DBLogType; /** * 日志开始记录时间 * ##### 按照yyyy-MM-dd HH:mm:ss格式 */ @KsYunField(name = "StartTime") private String StartTime; /** * 日志结束记录时间 * ##### 按照yyyy-MM-dd HH:mm:ss格式 */ @KsYunField(name = "EndTime") private String EndTime; /** * 最大文件大小 * ##### 过滤文件大小大于MaxFileSize的文件,单位:字节 */ @KsYunField(name = "MaxFileSize") private Integer MaxFileSize; /** * 偏移量 */ @KsYunField(name = "Marker") private Integer Marker; /** * 每页结果中包含的最大条数 * ##### 默认:200,区间 = [10,200] */ @KsYunField(name = "MaxRecords") private Integer MaxRecords; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy