Class CreateDataAssetFromLake
Details for the Lake data asset type.
Inherited Members
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. |