Show / Hide Table of Contents

Class OracleAdwcWriteAttributes

Properties to configure when writing to Oracle Autonomous Data Warehouse Cloud.

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

Properties

BucketSchema

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

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