Show / Hide Table of Contents

Class DataAssetSummaryFromLake

Summary details for the Lake data asset type.

Inheritance
object
DataAssetSummary
DataAssetSummaryFromLake
Inherited Members
DataAssetSummary.Key
DataAssetSummary.ModelVersion
DataAssetSummary.Name
DataAssetSummary.Description
DataAssetSummary.ObjectStatus
DataAssetSummary.Identifier
DataAssetSummary.ExternalKey
DataAssetSummary.AssetProperties
DataAssetSummary.NativeTypeSystem
DataAssetSummary.ObjectVersion
DataAssetSummary.ParentRef
DataAssetSummary.Metadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetSummaryFromLake : DataAssetSummary

Properties

DefaultConnection

Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromLake DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummaryFromLake
Remarks

Required

LakeId

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

The Lake Ocid.

Remarks

Required

LakeProxyEndpoint

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

The lakeProxyEndpoint for the specified Lake Resource.

MetastoreId

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

The metastoreId for the specified Lake Resource.

In this article
Back to top