Show / Hide Table of Contents

Class DataAssetSummaryFromAtp

Summary details for the Autonomous Transaction Processing data asset type.

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

Properties

DefaultConnection

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

DriverClass

Declaration
[JsonProperty(PropertyName = "driverClass")]
public string DriverClass { get; set; }
Property Value
Type Description
string

The Autonomous Transaction Processing driver class.

ServiceName

Declaration
[JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
Property Value
Type Description
string

The Autonomous Transaction Processing instance service name.

ServiceNames

Declaration
[JsonProperty(PropertyName = "serviceNames")]
public List<string> ServiceNames { get; set; }
Property Value
Type Description
List<string>

Array of service names that are available for selection in the serviceName property.

In this article
Back to top