public class LogStore extends Object implements Serializable
| Constructor and Description |
|---|
LogStore() |
LogStore(LogStore logStore) |
LogStore(String logStoreName,
int ttl,
int shardCount) |
LogStore(String logStoreName,
int ttl,
int shardCount,
boolean enableWebTracking) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String logStoreString) |
int |
GetCreateTime() |
EncryptConf |
getEncryptConf() |
int |
getHotTTL() |
int |
getInfrequentAccessTTL() |
int |
GetLastModifyTime() |
String |
GetLogStoreName() |
int |
getmMaxSplitShard() |
String |
getMode() |
long |
getPreserveStorage() |
String |
getProductType() |
int |
GetShardCount() |
String |
getTelemetryType() |
int |
GetTtl() |
long |
getUsedStorage() |
boolean |
isAppendMeta() |
boolean |
isEnableWebTracking() |
boolean |
ismAutoSplit() |
void |
setAppendMeta(boolean appendMeta) |
void |
setEnableWebTracking(boolean enableWebTracking) |
void |
SetEncryptConf(EncryptConf encrypt_conf) |
void |
setHotTTL(int hotTTL) |
void |
setInfrequentAccessTTL(int infrequentAccessTTL) |
void |
SetLogStoreName(String logStoreName) |
void |
setmAutoSplit(boolean mAutoSplit) |
void |
setmMaxSplitShard(int mMaxSplitShard) |
void |
setMode(String mode) |
void |
setPreserveStorage(long preserveStorage) |
void |
SetShardCount(int shardCount) |
void |
setTelemetryType(String telemetryType) |
void |
SetTtl(int ttl) |
void |
setUsedStorage(long usedStorage) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
public LogStore()
public LogStore(String logStoreName, int ttl, int shardCount)
public LogStore(String logStoreName, int ttl, int shardCount, boolean enableWebTracking)
public LogStore(LogStore logStore)
public String getTelemetryType()
public void setTelemetryType(String telemetryType)
public String getProductType()
public long getPreserveStorage()
public void setPreserveStorage(long preserveStorage)
public long getUsedStorage()
public void setUsedStorage(long usedStorage)
public int getmMaxSplitShard()
public void setmMaxSplitShard(int mMaxSplitShard)
public boolean ismAutoSplit()
public void setmAutoSplit(boolean mAutoSplit)
public boolean isEnableWebTracking()
public void setEnableWebTracking(boolean enableWebTracking)
public boolean isAppendMeta()
public void setAppendMeta(boolean appendMeta)
public String GetLogStoreName()
public int GetTtl()
public int GetShardCount()
public int GetCreateTime()
public int GetLastModifyTime()
public void SetLogStoreName(String logStoreName)
logStoreName - the logStoreName to Setpublic void SetTtl(int ttl)
ttl - the ttl to Setpublic void SetShardCount(int shardCount)
shardCount - the shardCount to Setpublic void SetEncryptConf(EncryptConf encrypt_conf)
public EncryptConf getEncryptConf()
public int getHotTTL()
public void setHotTTL(int hotTTL)
public int getInfrequentAccessTTL()
public void setInfrequentAccessTTL(int infrequentAccessTTL)
public String getMode()
public void setMode(String mode)
public com.alibaba.fastjson.JSONObject ToRequestJson()
public String ToRequestString()
public com.alibaba.fastjson.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String logStoreString) throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.