Show / Hide Table of Contents

Class UpdateDataAssetFromLake

Details for the Lake data asset type.

Inheritance
object
UpdateDataAssetDetails
UpdateDataAssetFromLake
Inherited Members
UpdateDataAssetDetails.Key
UpdateDataAssetDetails.ModelVersion
UpdateDataAssetDetails.Name
UpdateDataAssetDetails.Description
UpdateDataAssetDetails.ObjectStatus
UpdateDataAssetDetails.ObjectVersion
UpdateDataAssetDetails.Identifier
UpdateDataAssetDetails.ExternalKey
UpdateDataAssetDetails.AssetProperties
UpdateDataAssetDetails.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 UpdateDataAssetFromLake : UpdateDataAssetDetails

Properties

DefaultConnection

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