Class ImportLineageDetails
Specifies the lineage contents to be imported.
Inherited Members
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