public class LocalBinlogConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LocalBinlogConfig() | 
| LocalBinlogConfig(LocalBinlogConfig 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getMaxUsage()Get 本地 binlog 空间使用率,可取值范围:[30,50]。 | 
| Long | getSaveHours()Get 本地 binlog 保留时长,可取值范围:[6,168]。 | 
| void | setMaxUsage(Long MaxUsage)Set 本地 binlog 空间使用率,可取值范围:[30,50]。 | 
| void | setSaveHours(Long SaveHours)Set 本地 binlog 保留时长,可取值范围:[6,168]。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LocalBinlogConfig()
public LocalBinlogConfig(LocalBinlogConfig source)
public Long getSaveHours()
public void setSaveHours(Long SaveHours)
SaveHours - 本地 binlog 保留时长,可取值范围:[6,168]。public Long getMaxUsage()
public void setMaxUsage(Long MaxUsage)
MaxUsage - 本地 binlog 空间使用率,可取值范围:[30,50]。Copyright © 2025. All rights reserved.