/AWS1/CL_GLULASTCRAWLINFO¶
Status and error information about the most recent crawl.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/GLULASTCRAWLSTATUS /AWS1/GLULASTCRAWLSTATUS¶
Status of the last crawl.
iv_errormessage TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
If an error occurred, the error information about the last crawl.
iv_loggroup TYPE /AWS1/GLULOGGROUP /AWS1/GLULOGGROUP¶
The log group for the last crawl.
iv_logstream TYPE /AWS1/GLULOGSTREAM /AWS1/GLULOGSTREAM¶
The log stream for the last crawl.
iv_messageprefix TYPE /AWS1/GLUMESSAGEPREFIX /AWS1/GLUMESSAGEPREFIX¶
The prefix for a message about this crawl.
iv_starttime TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The time at which the crawl started.
Queryable Attributes¶
Status¶
Status of the last crawl.
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 |
ErrorMessage¶
If an error occurred, the error information about the last crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
LogGroup¶
The log group for the last crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUP() |
Getter for LOGGROUP, with configurable default |
ASK_LOGGROUP() |
Getter for LOGGROUP w/ exceptions if field has no value |
HAS_LOGGROUP() |
Determine if LOGGROUP has a value |
LogStream¶
The log stream for the last crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAM() |
Getter for LOGSTREAM, with configurable default |
ASK_LOGSTREAM() |
Getter for LOGSTREAM w/ exceptions if field has no value |
HAS_LOGSTREAM() |
Determine if LOGSTREAM has a value |
MessagePrefix¶
The prefix for a message about this crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEPREFIX() |
Getter for MESSAGEPREFIX, with configurable default |
ASK_MESSAGEPREFIX() |
Getter for MESSAGEPREFIX w/ exceptions if field has no value |
HAS_MESSAGEPREFIX() |
Determine if MESSAGEPREFIX has a value |
StartTime¶
The time at which the crawl started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |