Show / Hide Table of Contents

Class OracleAdwcWriteAttribute

Properties to configure writing to Oracle Autonomous Data Warehouse Cloud.

Inheritance
object
AbstractWriteAttribute
OracleAdwcWriteAttribute
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 OracleAdwcWriteAttribute : 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