lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.623 vs lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.624

- old
+ new

@@ -2065,19 +2065,19 @@ class CreateScheduledSqlRequest < TencentCloud::Common::AbstractModel # @param SrcTopicId: 源日志主题 # @type SrcTopicId: String # @param Name: 任务名称 # @type Name: String - # @param EnableFlag: 任务启动状态. 1正常开启, 2关闭 + # @param EnableFlag: 任务启动状态. 1开启, 2关闭 # @type EnableFlag: Integer # @param DstResource: 定时SQL分析目标日志主题 # @type DstResource: :class:`Tencentcloud::Cls.v20201016.models.ScheduledSqlResouceInfo` # @param ScheduledSqlContent: 查询语句 # @type ScheduledSqlContent: String # @param ProcessStartTime: 调度开始时间,Unix时间戳,单位ms # @type ProcessStartTime: Integer - # @param ProcessType: 调度类型,1:持续运行 2:指定调度结束时间 + # @param ProcessType: 调度类型,1:持续运行 2:指定时间范围 # @type ProcessType: Integer # @param ProcessPeriod: 调度周期(分钟) # @type ProcessPeriod: Integer # @param ProcessTimeWindow: 单次查询的时间窗口 # @type ProcessTimeWindow: String @@ -2085,11 +2085,11 @@ # @type ProcessDelay: Integer # @param SrcTopicRegion: 源topicId的地域信息 # @type SrcTopicRegion: String # @param ProcessEndTime: 调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms # @type ProcessEndTime: Integer - # @param SyntaxRule: 语法规则。 默认值为0。0:Lucene语法,1:CQL语法 + # @param SyntaxRule: 查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法 # @type SyntaxRule: Integer attr_accessor :SrcTopicId, :Name, :EnableFlag, :DstResource, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :ProcessEndTime, :SyntaxRule def initialize(srctopicid=nil, name=nil, enableflag=nil, dstresource=nil, scheduledsqlcontent=nil, processstarttime=nil, processtype=nil, processperiod=nil, processtimewindow=nil, processdelay=nil, srctopicregion=nil, processendtime=nil, syntaxrule=nil) @@ -6679,11 +6679,11 @@ class ModifyScheduledSqlRequest < TencentCloud::Common::AbstractModel # @param TaskId: 任务ID # @type TaskId: String # @param SrcTopicId: 源日志主题 # @type SrcTopicId: String - # @param EnableFlag: 任务启动状态. 1正常开启, 2关闭 + # @param EnableFlag: 任务启动状态. 1开启, 2关闭 # @type EnableFlag: Integer # @param DstResource: 定时SQL分析的目标日志主题 # @type DstResource: :class:`Tencentcloud::Cls.v20201016.models.ScheduledSqlResouceInfo` # @param ScheduledSqlContent: 查询语句 # @type ScheduledSqlContent: String @@ -7440,10 +7440,10 @@ # @type EnableFlag: Integer # @param ScheduledSqlContent: 查询语句 # @type ScheduledSqlContent: String # @param ProcessStartTime: 调度开始时间 # @type ProcessStartTime: String - # @param ProcessType: 调度类型,1:持续运行 2:指定调度结束时间 + # @param ProcessType: 调度类型,1:持续运行 2:指定时间范围 # @type ProcessType: Integer # @param ProcessEndTime: 调度结束时间,当process_type=2时为必传字段 # @type ProcessEndTime: String # @param ProcessPeriod: 调度周期(分钟) # @type ProcessPeriod: Integer