Show / Hide Table of Contents

Class DataAssetSummaryFromFusionApp

Summary details for the FUSION_APP data asset type.

Inheritance
object
DataAssetSummary
DataAssetSummaryFromFusionApp
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 DataAssetSummaryFromFusionApp : DataAssetSummary

Properties

BucketSchema

Declaration
[JsonProperty(PropertyName = "bucketSchema")]
public Schema BucketSchema { get; set; }
Property Value
Type Description
Schema

DefaultConnection

Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummary DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummary

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
Type Description
ConnectionSummaryFromObjectStorage

StagingDataAsset

Declaration
[JsonProperty(PropertyName = "stagingDataAsset")]
public DataAssetSummaryFromObjectStorage StagingDataAsset { get; set; }
Property Value
Type Description
DataAssetSummaryFromObjectStorage
In this article
Back to top