Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ SetTimeToLive
Method
SetTimeToLive
src/sdk/schema_impl.cc:42–42 ·
view source on GitHub ↗
历史版本保留时间, 不设置时为-1, 表示无限大永久保存
Source
from the content-addressed store, hash-verified
40
41
/// 历史版本保留时间, 不设置时为-1, 表示无限大永久保存
42
void CFDescImpl::SetTimeToLive(int32_t ttl) { ttl_ = ttl; }
43
44
int32_t CFDescImpl::TimeToLive() const { return ttl_; }
45
Callers
3
CreateTable
Function · 0.80
TableSchemaToDesc
Function · 0.80
SetCfProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected