public class DeleteShardRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected String |
mLogStore |
protected int |
mShardId |
| Constructor and Description |
|---|
DeleteShardRequest(String project,
String logStore,
int shardId)
Construct delete shard request
|
DeleteShardRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
GetLogStore() |
int |
GetShardId() |
void |
SetLogStore(String logStore) |
void |
SetShardId(int shardId) |
GetAllParams, GetParam, GetProject, SetParamprotected String mLogStore
protected int mShardId
public DeleteShardRequest(String project, String logStore, int shardId)
project - project namelogStore - log stream nameshardId - shard idpublic DeleteShardRequest(String project, String logStore, int shardId, Consts.CursorMode mode)
public String GetLogStore()
public void SetLogStore(String logStore)
logStore - the logStore to setpublic int GetShardId()
public void SetShardId(int shardId)
shardId - the shardId to setCopyright © 2025. All Rights Reserved.