Show / Hide Table of Contents

Enum LineageDirection

Indicates the direction for lineage fetch. It is one of upstream (or source objects), downstream (or target objects), both. Corresponding enums are: UPSTREAM - Source objects. DOWNSTREAM - Target objects. BOTH - Both source and target objects.

Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum LineageDirection

Fields

Name Description
Both
Downstream
UnknownEnumValue
Upstream
In this article
Back to top