Skip to content

/AWS1/CL_OMXSEQUENCESTOREDET

Details about a sequence store.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ARN TYPE /AWS1/OMXSEQUENCESTOREARN /AWS1/OMXSEQUENCESTOREARN

The store's ARN.

IV_ID TYPE /AWS1/OMXSEQUENCESTOREID /AWS1/OMXSEQUENCESTOREID

The store's ID.

IV_CREATIONTIME TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP

When the store was created.

Optional arguments:

IV_NAME TYPE /AWS1/OMXSEQUENCESTORENAME /AWS1/OMXSEQUENCESTORENAME

The store's name.

IV_DESCRIPTION TYPE /AWS1/OMXSEQUENCESTOREDESC /AWS1/OMXSEQUENCESTOREDESC

The store's description.

IO_SSECONFIG TYPE REF TO /AWS1/CL_OMXSSECONFIG /AWS1/CL_OMXSSECONFIG

The store's server-side encryption (SSE) settings.

IV_FALLBACKLOCATION TYPE /AWS1/OMXS3DESTINATION /AWS1/OMXS3DESTINATION

An S3 location that is used to store files that have failed a direct upload.

IV_ETAGALGORITHMFAMILY TYPE /AWS1/OMXETAGALGORITHMFAMILY /AWS1/OMXETAGALGORITHMFAMILY

The algorithm family of the ETag.


Queryable Attributes

arn

The store's ARN.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

id

The store's ID.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The store's name.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

The store's description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

sseConfig

The store's server-side encryption (SSE) settings.

Accessible with the following methods

Method Description
GET_SSECONFIG() Getter for SSECONFIG

creationTime

When the store was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

fallbackLocation

An S3 location that is used to store files that have failed a direct upload.

Accessible with the following methods

Method Description
GET_FALLBACKLOCATION() Getter for FALLBACKLOCATION, with configurable default
ASK_FALLBACKLOCATION() Getter for FALLBACKLOCATION w/ exceptions if field has no va
HAS_FALLBACKLOCATION() Determine if FALLBACKLOCATION has a value

eTagAlgorithmFamily

The algorithm family of the ETag.

Accessible with the following methods

Method Description
GET_ETAGALGORITHMFAMILY() Getter for ETAGALGORITHMFAMILY, with configurable default
ASK_ETAGALGORITHMFAMILY() Getter for ETAGALGORITHMFAMILY w/ exceptions if field has no
HAS_ETAGALGORITHMFAMILY() Determine if ETAGALGORITHMFAMILY has a value

Public Local Types In This Class

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

TT_SEQUENCESTOREDETAILLIST

TYPES TT_SEQUENCESTOREDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXSEQUENCESTOREDET WITH DEFAULT KEY
.