Class: TencentCloud::Cls::V20201016::CreateRebuildIndexTaskRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateRebuildIndexTaskRequest
- Defined in:
- lib/v20201016/models.rb
Overview
CreateRebuildIndexTask请求参数结构体
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长.
-
#StartTime ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长.
-
#TopicId ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, starttime = nil, endtime = nil) ⇒ CreateRebuildIndexTaskRequest
constructor
A new instance of CreateRebuildIndexTaskRequest.
Constructor Details
#initialize(topicid = nil, starttime = nil, endtime = nil) ⇒ CreateRebuildIndexTaskRequest
Returns a new instance of CreateRebuildIndexTaskRequest.
4442 4443 4444 4445 4446 |
# File 'lib/v20201016/models.rb', line 4442 def initialize(topicid=nil, starttime=nil, endtime=nil) @TopicId = topicid @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#EndTime ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长
4440 4441 4442 |
# File 'lib/v20201016/models.rb', line 4440 def EndTime @EndTime end |
#StartTime ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长
4440 4441 4442 |
# File 'lib/v20201016/models.rb', line 4440 def StartTime @StartTime end |
#TopicId ⇒ Object
起始时间不允许超过日志生命周期 结束时间不晚于当前时间往前推15分钟 注意:建议提前使用“预估重建索引任务(EstimateRebuildIndexTask)”接口评估该时间范围重建索引涉及到的数据量及耗时,避免因数据量过大导致费用成本过高或耗时过长
4440 4441 4442 |
# File 'lib/v20201016/models.rb', line 4440 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
4448 4449 4450 4451 4452 |
# File 'lib/v20201016/models.rb', line 4448 def deserialize(params) @TopicId = params['TopicId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |