Show / Hide Table of Contents

Class ImportLineageDetails

Specifies the lineage contents to be imported.

Inheritance
object
ImportLineageDetails
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 ImportLineageDetails

Properties

LineagePayload

Declaration
[Required(ErrorMessage = "LineagePayload is required.")]
[JsonProperty(PropertyName = "lineagePayload")]
public byte[] LineagePayload { get; set; }
Property Value
Type Description
byte[]

The payload used to import lineage.

Remarks

Required

In this article
Back to top