AsynchronousExportDataAssetResult¶
-
class
oci.data_catalog.models.
AsynchronousExportDataAssetResult
(**kwargs)¶ Bases:
object
Details about the job which performs an export.
Methods
__init__
(**kwargs)Initializes a new AsynchronousExportDataAssetResult object with values from keyword arguments. Attributes
job_definition_key
Gets the job_definition_key of this AsynchronousExportDataAssetResult. job_definition_name
Gets the job_definition_name of this AsynchronousExportDataAssetResult. job_execution_key
Gets the job_execution_key of this AsynchronousExportDataAssetResult. job_key
Gets the job_key of this AsynchronousExportDataAssetResult. source_key
Gets the source_key of this AsynchronousExportDataAssetResult. -
__init__
(**kwargs)¶ Initializes a new AsynchronousExportDataAssetResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - job_definition_name (str) – The value to assign to the job_definition_name property of this AsynchronousExportDataAssetResult.
- job_definition_key (str) – The value to assign to the job_definition_key property of this AsynchronousExportDataAssetResult.
- job_key (str) – The value to assign to the job_key property of this AsynchronousExportDataAssetResult.
- job_execution_key (str) – The value to assign to the job_execution_key property of this AsynchronousExportDataAssetResult.
- source_key (str) – The value to assign to the source_key property of this AsynchronousExportDataAssetResult.
-
job_definition_key
¶ Gets the job_definition_key of this AsynchronousExportDataAssetResult. Unique key of the export job definition.
Returns: The job_definition_key of this AsynchronousExportDataAssetResult. Return type: str
-
job_definition_name
¶ Gets the job_definition_name of this AsynchronousExportDataAssetResult. Display name of the export job.
Returns: The job_definition_name of this AsynchronousExportDataAssetResult. Return type: str
-
job_execution_key
¶ Gets the job_execution_key of this AsynchronousExportDataAssetResult. Unique key of the job execution.
Returns: The job_execution_key of this AsynchronousExportDataAssetResult. Return type: str
-
job_key
¶ Gets the job_key of this AsynchronousExportDataAssetResult. Unique key of the export job.
Returns: The job_key of this AsynchronousExportDataAssetResult. Return type: str
-
source_key
¶ Gets the source_key of this AsynchronousExportDataAssetResult. Unique key of the object being exported.
Returns: The source_key of this AsynchronousExportDataAssetResult. Return type: str
-