Skip to content

/AWS1/CL_ADSSTARTCONTEXPORTRSP

StartContinuousExportResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_EXPORTID TYPE /AWS1/ADSCONFSEXPORTID /AWS1/ADSCONFSEXPORTID

The unique ID assigned to this export.

IV_S3BUCKET TYPE /AWS1/ADSS3BUCKET /AWS1/ADSS3BUCKET

The name of the s3 bucket where the export data parquet files are stored.

IV_STARTTIME TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP

The timestamp representing when the continuous export was started.

IV_DATASOURCE TYPE /AWS1/ADSDATASOURCE /AWS1/ADSDATASOURCE

The type of data collector used to gather this data (currently only offered for AGENT).

IT_SCHEMASTORAGECONFIG TYPE /AWS1/CL_ADSSCHEMASTRGCONFIG_W=>TT_SCHEMASTORAGECONFIG TT_SCHEMASTORAGECONFIG

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.


Queryable Attributes

exportId

The unique ID assigned to this export.

Accessible with the following methods

Method Description
GET_EXPORTID() Getter for EXPORTID, with configurable default
ASK_EXPORTID() Getter for EXPORTID w/ exceptions if field has no value
HAS_EXPORTID() Determine if EXPORTID has a value

s3Bucket

The name of the s3 bucket where the export data parquet files are stored.

Accessible with the following methods

Method Description
GET_S3BUCKET() Getter for S3BUCKET, with configurable default
ASK_S3BUCKET() Getter for S3BUCKET w/ exceptions if field has no value
HAS_S3BUCKET() Determine if S3BUCKET has a value

startTime

The timestamp representing when the continuous export was started.

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

dataSource

The type of data collector used to gather this data (currently only offered for AGENT).

Accessible with the following methods

Method Description
GET_DATASOURCE() Getter for DATASOURCE, with configurable default
ASK_DATASOURCE() Getter for DATASOURCE w/ exceptions if field has no value
HAS_DATASOURCE() Determine if DATASOURCE has a value

schemaStorageConfig

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

Accessible with the following methods

Method Description
GET_SCHEMASTORAGECONFIG() Getter for SCHEMASTORAGECONFIG, with configurable default
ASK_SCHEMASTORAGECONFIG() Getter for SCHEMASTORAGECONFIG w/ exceptions if field has no
HAS_SCHEMASTORAGECONFIG() Determine if SCHEMASTORAGECONFIG has a value