Class CreateDataAssetFromFusionApp
Details for the FUSION_APP data asset type.
Inheritance
CreateDataAssetFromFusionApp
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateDataAssetFromFusionApp : CreateDataAssetDetails
Properties
BucketSchema
Declaration
[JsonProperty(PropertyName = "bucketSchema")]
public Schema BucketSchema { get; set; }
Property Value
DefaultConnection
Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public CreateConnectionDetails DefaultConnection { get; set; }
Property Value
ServiceUrl
Declaration
[JsonProperty(PropertyName = "serviceUrl")]
public string ServiceUrl { get; set; }
Property Value
Type |
Description |
string |
The generic JDBC host name.
|
StagingConnection
Declaration
[JsonProperty(PropertyName = "stagingConnection")]
public ConnectionSummaryFromObjectStorage StagingConnection { get; set; }
Property Value
StagingDataAsset
Declaration
[JsonProperty(PropertyName = "stagingDataAsset")]
public DataAssetSummaryFromObjectStorage StagingDataAsset { get; set; }
Property Value