public class DescribeTableResponse extends Response implements Jsonizable
| 构造器和说明 |
|---|
DescribeTableResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addIndexMeta(IndexMeta indexMeta) |
long |
getCreationTime()
Get the table creation time, in microseconds.
|
List<IndexMeta> |
getIndexMeta()
Get the information of the index table
|
ReservedThroughputDetails |
getReservedThroughputDetails()
Returns the change information of the table's reserved throughput.
|
List<PrimaryKey> |
getShardSplits()
The split points between all shards.
|
SSEDetails |
getSseDetails()
Get the server-side encryption information of the table.
|
StreamDetails |
getStreamDetails()
Get the Stream information of the table.
|
TableMeta |
getTableMeta()
Returns the table's Meta definition.
|
TableOptions |
getTableOptions()
Get the table's configuration parameters.
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setCreationTime(long creationTime) |
void |
setReservedThroughputDetails(ReservedThroughputDetails reservedThroughputDetails) |
void |
setShardSplits(List<PrimaryKey> splits) |
void |
setSseDetails(SSEDetails sseDetails) |
void |
setStreamDetails(StreamDetails streamDetails) |
void |
setTableMeta(TableMeta tableMeta) |
void |
setTableOptions(TableOptions tableOptions) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeTableResponse(Response meta)
public TableMeta getTableMeta()
public void setTableMeta(TableMeta tableMeta)
public ReservedThroughputDetails getReservedThroughputDetails()
public List<PrimaryKey> getShardSplits()
public void setShardSplits(List<PrimaryKey> splits)
public void setReservedThroughputDetails(ReservedThroughputDetails reservedThroughputDetails)
public TableOptions getTableOptions()
public StreamDetails getStreamDetails()
public void setStreamDetails(StreamDetails streamDetails)
public SSEDetails getSseDetails()
public void setSseDetails(SSEDetails sseDetails)
public List<IndexMeta> getIndexMeta()
public void addIndexMeta(IndexMeta indexMeta)
public void setTableOptions(TableOptions tableOptions)
public long getCreationTime()
public void setCreationTime(long creationTime)
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.