/AWS1/CL_DIRBATCHATTACHTOINDEX¶
Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_indexreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
A reference to the index that you are attaching the object to.
io_targetreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
A reference to the object that you are attaching to the index.
Queryable Attributes¶
IndexReference¶
A reference to the index that you are attaching the object to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXREFERENCE() |
Getter for INDEXREFERENCE |
TargetReference¶
A reference to the object that you are attaching to the index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETREFERENCE() |
Getter for TARGETREFERENCE |