Skip to content

/AWS1/CL_CRMANALYSISLOGEXPORT

An export of the redacted Apache Spark logs for a protected query.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_analysislogexportid TYPE /AWS1/CRMANALYSISLOGEXPORTID /AWS1/CRMANALYSISLOGEXPORTID

The unique identifier of the analysis log export.

iv_analysisid TYPE /AWS1/CRMUUID /AWS1/CRMUUID

The unique identifier of the protected query that the analysis logs were exported for.

iv_analysistype TYPE /AWS1/CRMLOGEXPORTANALYSISTYPE /AWS1/CRMLOGEXPORTANALYSISTYPE

The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

iv_membershipid TYPE /AWS1/CRMUUID /AWS1/CRMUUID

The unique identifier of the membership that the analysis log export belongs to.

iv_status TYPE /AWS1/CRMALYLOGEXPORTSTATUS /AWS1/CRMALYLOGEXPORTSTATUS

The status of the analysis log export. Possible values are:

  • IN_PROGRESS – The export is currently running.

  • SUCCESS – The export completed successfully.

  • FAILED – The export failed. See the error field for details.

io_resultconfiguration TYPE REF TO /AWS1/CL_CRMALYLOGEXPRSLTCONF /AWS1/CL_CRMALYLOGEXPRSLTCONF

Contains the details needed to write the exported analysis logs.

iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time the analysis log export was created.

iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time the analysis log export was last updated.

Optional arguments:

io_error TYPE REF TO /AWS1/CL_CRMALYLOGEXPORTERROR /AWS1/CL_CRMALYLOGEXPORTERROR

The analysis log export error. This is present only when the export status is FAILED.


Queryable Attributes

analysisLogExportId

The unique identifier of the analysis log export.

Accessible with the following methods

Method Description
GET_ANALYSISLOGEXPORTID() Getter for ANALYSISLOGEXPORTID, with configurable default
ASK_ANALYSISLOGEXPORTID() Getter for ANALYSISLOGEXPORTID w/ exceptions if field has no
HAS_ANALYSISLOGEXPORTID() Determine if ANALYSISLOGEXPORTID has a value

analysisId

The unique identifier of the protected query that the analysis logs were exported for.

Accessible with the following methods

Method Description
GET_ANALYSISID() Getter for ANALYSISID, with configurable default
ASK_ANALYSISID() Getter for ANALYSISID w/ exceptions if field has no value
HAS_ANALYSISID() Determine if ANALYSISID has a value

analysisType

The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

Accessible with the following methods

Method Description
GET_ANALYSISTYPE() Getter for ANALYSISTYPE, with configurable default
ASK_ANALYSISTYPE() Getter for ANALYSISTYPE w/ exceptions if field has no value
HAS_ANALYSISTYPE() Determine if ANALYSISTYPE has a value

membershipId

The unique identifier of the membership that the analysis log export belongs to.

Accessible with the following methods

Method Description
GET_MEMBERSHIPID() Getter for MEMBERSHIPID, with configurable default
ASK_MEMBERSHIPID() Getter for MEMBERSHIPID w/ exceptions if field has no value
HAS_MEMBERSHIPID() Determine if MEMBERSHIPID has a value

status

The status of the analysis log export. Possible values are:

  • IN_PROGRESS – The export is currently running.

  • SUCCESS – The export completed successfully.

  • FAILED – The export failed. See the error field for details.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

resultConfiguration

Contains the details needed to write the exported analysis logs.

Accessible with the following methods

Method Description
GET_RESULTCONFIGURATION() Getter for RESULTCONFIGURATION

createTime

The time the analysis log export was created.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

updateTime

The time the analysis log export was last updated.

Accessible with the following methods

Method Description
GET_UPDATETIME() Getter for UPDATETIME, with configurable default
ASK_UPDATETIME() Getter for UPDATETIME w/ exceptions if field has no value
HAS_UPDATETIME() Determine if UPDATETIME has a value

error

The analysis log export error. This is present only when the export status is FAILED.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR