Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206 | |
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
DescribeOffsetByTimeResponse |
DtsClient.DescribeOffsetByTime(DescribeOffsetByTimeRequest req)
本接口(DescribeOffsetByTime)查询KafkaTopic中指定时间前最近的offset。
接口输出的offset是离这个时间最近的offset。
如果输入时间比当前时间晚的多,相当于输出的就是最新的offset;
如果输入时间比当前时间早的多,相当于输出的就是最老的offset;
如果输入空,默认0时间,也就是查询最老的offset。
|
Constructor and Description |
---|
DescribeOffsetByTimeRequest(DescribeOffsetByTimeRequest 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.
|
Copyright © 2024. All rights reserved.