Show / Hide Table of Contents

Class CreateDataAssetFromLake

Details for the Lake data asset type.

Inheritance
object
CreateDataAssetDetails
CreateDataAssetFromLake
Inherited Members
CreateDataAssetDetails.Key
CreateDataAssetDetails.ModelVersion
CreateDataAssetDetails.Name
CreateDataAssetDetails.Description
CreateDataAssetDetails.ObjectStatus
CreateDataAssetDetails.Identifier
CreateDataAssetDetails.ExternalKey
CreateDataAssetDetails.AssetProperties
CreateDataAssetDetails.RegistryMetadata
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 CreateDataAssetFromLake : CreateDataAssetDetails

Properties

DefaultConnection

Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public CreateConnectionFromLake DefaultConnection { get; set; }
Property Value
Type Description
CreateConnectionFromLake
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