Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206 | |
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
DescribeOffsetByTimeResponse |
DtsClient.DescribeOffsetByTime(DescribeOffsetByTimeRequest req)
This API is used to query the latest offset before the specified time in KafkaTopic.The offset output by the interface is the closest offset to this time.If the input time is much later than the current time, the output is equivalent to the latest offset;If the input time is much earlier than the current time, the output is equivalent to the oldest offset;If the input is empty, the default time is 0, which is the oldest offset to be queried.
|
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 © 2025. All rights reserved.