/AWS1/CL_DOESHARD¶
The name of the shard.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_shardid TYPE /AWS1/DOESTRING /AWS1/DOESTRING¶
The ID of the shard.
iv_createtime TYPE /AWS1/DOESTRING /AWS1/DOESTRING¶
The time when the shard was created in Universal Coordinated Time (UTC).
iv_status TYPE /AWS1/DOESTATUS /AWS1/DOESTATUS¶
The current status of the shard.
Queryable Attributes¶
shardId¶
The ID of the shard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARDID() |
Getter for SHARDID, with configurable default |
ASK_SHARDID() |
Getter for SHARDID w/ exceptions if field has no value |
HAS_SHARDID() |
Determine if SHARDID has a value |
createTime¶
The time when the shard was created in Universal Coordinated Time (UTC).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
status¶
The current status of the shard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SHARDLIST¶
TYPES TT_SHARDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOESHARD WITH DEFAULT KEY
.