Skip to content

/AWS1/CL_SGMQUERYLINEAGERSP

QueryLineageResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_vertices TYPE /AWS1/CL_SGMVERTEX=>TT_VERTICES TT_VERTICES

A list of vertices connected to the start entity(ies) in the lineage graph.

it_edges TYPE /AWS1/CL_SGMEDGE=>TT_EDGES TT_EDGES

A list of edges that connect vertices in the response.

iv_nexttoken TYPE /AWS1/SGMSTRING8192 /AWS1/SGMSTRING8192

Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.


Queryable Attributes

Vertices

A list of vertices connected to the start entity(ies) in the lineage graph.

Accessible with the following methods

Method Description
GET_VERTICES() Getter for VERTICES, with configurable default
ASK_VERTICES() Getter for VERTICES w/ exceptions if field has no value
HAS_VERTICES() Determine if VERTICES has a value

Edges

A list of edges that connect vertices in the response.

Accessible with the following methods

Method Description
GET_EDGES() Getter for EDGES, with configurable default
ASK_EDGES() Getter for EDGES w/ exceptions if field has no value
HAS_EDGES() Determine if EDGES has a value

NextToken

Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value