Skip to content

/AWS1/CL_DYNVECTORINDEXUPDATE

A vector index to be added to or removed from a table.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_create TYPE REF TO /AWS1/CL_DYNCREVECTRINDEXACT /AWS1/CL_DYNCREVECTRINDEXACT

The configuration for creating a new vector index on the table.

io_delete TYPE REF TO /AWS1/CL_DYNDELVECTORINDEXACT /AWS1/CL_DYNDELVECTORINDEXACT

The configuration for deleting an existing vector index from the table.


Queryable Attributes

Create

The configuration for creating a new vector index on the table.

Accessible with the following methods

Method Description
GET_CREATE() Getter for CREATE

Delete

The configuration for deleting an existing vector index from the table.

Accessible with the following methods

Method Description
GET_DELETE() Getter for DELETE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_VECTORINDEXUPDATELIST

TYPES TT_VECTORINDEXUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNVECTORINDEXUPDATE WITH DEFAULT KEY
.