public class CreateIndexRequest extends Request
| Constructor and Description |
|---|
CreateIndexRequest(String project,
String logStore,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
Index |
GetIndex() |
String |
GetLogStore() |
void |
SetIndex(Index index) |
void |
SetLogStore(String logStore) |
GetAllParams, GetParam, GetProject, SetParampublic String GetLogStore()
public Index GetIndex()
public void SetLogStore(String logStore)
logStore - the logStore to setpublic void SetIndex(Index index)
index - the index to setCopyright © 2025. All Rights Reserved.