Class DataAssetFromAtpDetails
  Details for the Autonomous Transaction Processing data asset type.
 
  
  
    Inheritance
    
    
    DataAssetFromAtpDetails
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class DataAssetFromAtpDetails : DataAsset
   
  Properties
  
  BucketSchema
  
  
  Declaration
  
    [JsonProperty(PropertyName = "bucketSchema")]
public Schema BucketSchema { get; set; }
   
  Property Value
  
  
  DefaultConnection
  
  
  Declaration
  
    [JsonProperty(PropertyName = "defaultConnection")]
public ConnectionFromAtpDetails DefaultConnection { get; set; }
   
  Property Value
  
  
  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. 
 | 
      
    
  
  
  StagingConnection
  
  
  Declaration
  
    [JsonProperty(PropertyName = "stagingConnection")]
public Connection StagingConnection { get; set; }
   
  Property Value
  
  
  StagingDataAsset
  
  
  Declaration
  
    [JsonProperty(PropertyName = "stagingDataAsset")]
public DataAsset StagingDataAsset { get; set; }
   
  Property Value