Show / Hide Table of Contents

Class AsynchronousExportDataAssetResult

Details about the job which performs an export.

Inheritance
object
AsynchronousExportDataAssetResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class AsynchronousExportDataAssetResult

Properties

JobDefinitionKey

Declaration
[JsonProperty(PropertyName = "jobDefinitionKey")]
public string JobDefinitionKey { get; set; }
Property Value
Type Description
string

Unique key of the export job definition.

JobDefinitionName

Declaration
[JsonProperty(PropertyName = "jobDefinitionName")]
public string JobDefinitionName { get; set; }
Property Value
Type Description
string

Display name of the export job.

JobExecutionKey

Declaration
[JsonProperty(PropertyName = "jobExecutionKey")]
public string JobExecutionKey { get; set; }
Property Value
Type Description
string

Unique key of the job execution.

JobKey

Declaration
[JsonProperty(PropertyName = "jobKey")]
public string JobKey { get; set; }
Property Value
Type Description
string

Unique key of the export job.

SourceKey

Declaration
[JsonProperty(PropertyName = "sourceKey")]
public string SourceKey { get; set; }
Property Value
Type Description
string

Unique key of the object being exported.

In this article
Back to top