Skip to content

/AWS1/CL_NEGEXPORTTASKDETAILS

Contains details about the specified export task.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_starttime TYPE /AWS1/NEGTIMESTAMP /AWS1/NEGTIMESTAMP

The start time of the export task.

iv_timeelapsedseconds TYPE /AWS1/NEGLONG /AWS1/NEGLONG

The time elapsed, in seconds, since the start time of the export task.

iv_progresspercentage TYPE /AWS1/NEGINTEGER /AWS1/NEGINTEGER

The number of progress percentage of the export task.

Optional arguments:

iv_numverticeswritten TYPE /AWS1/NEGLONG /AWS1/NEGLONG

The number of exported vertices.

iv_numedgeswritten TYPE /AWS1/NEGLONG /AWS1/NEGLONG

The number of exported edges.


Queryable Attributes

startTime

The start time of the export task.

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

timeElapsedSeconds

The time elapsed, in seconds, since the start time of the export task.

Accessible with the following methods

Method Description
GET_TIMEELAPSEDSECONDS() Getter for TIMEELAPSEDSECONDS, with configurable default
ASK_TIMEELAPSEDSECONDS() Getter for TIMEELAPSEDSECONDS w/ exceptions if field has no
HAS_TIMEELAPSEDSECONDS() Determine if TIMEELAPSEDSECONDS has a value

progressPercentage

The number of progress percentage of the export task.

Accessible with the following methods

Method Description
GET_PROGRESSPERCENTAGE() Getter for PROGRESSPERCENTAGE, with configurable default
ASK_PROGRESSPERCENTAGE() Getter for PROGRESSPERCENTAGE w/ exceptions if field has no
HAS_PROGRESSPERCENTAGE() Determine if PROGRESSPERCENTAGE has a value

numVerticesWritten

The number of exported vertices.

Accessible with the following methods

Method Description
GET_NUMVERTICESWRITTEN() Getter for NUMVERTICESWRITTEN, with configurable default
ASK_NUMVERTICESWRITTEN() Getter for NUMVERTICESWRITTEN w/ exceptions if field has no
HAS_NUMVERTICESWRITTEN() Determine if NUMVERTICESWRITTEN has a value

numEdgesWritten

The number of exported edges.

Accessible with the following methods

Method Description
GET_NUMEDGESWRITTEN() Getter for NUMEDGESWRITTEN, with configurable default
ASK_NUMEDGESWRITTEN() Getter for NUMEDGESWRITTEN w/ exceptions if field has no val
HAS_NUMEDGESWRITTEN() Determine if NUMEDGESWRITTEN has a value