Show / Hide Table of Contents

Class OracleAtpWriteAttribute

Properties to configure writing to Oracle Autonomous Transaction Processing.

Inheritance
object
AbstractWriteAttribute
OracleAtpWriteAttribute
Inherited Members
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 OracleAtpWriteAttribute : AbstractWriteAttribute

Properties

BucketName

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

The bucket name for the attribute.

StagingConnection

Declaration
[JsonProperty(PropertyName = "stagingConnection")]
public Connection StagingConnection { get; set; }
Property Value
Type Description
Connection

StagingDataAsset

Declaration
[JsonProperty(PropertyName = "stagingDataAsset")]
public DataAsset StagingDataAsset { get; set; }
Property Value
Type Description
DataAsset

StagingFileName

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

The file name for the attribute.

In this article
Back to top