Class OracleAdwcWriteAttribute
Properties to configure writing to Oracle Autonomous Data Warehouse Cloud.
Inheritance
OracleAdwcWriteAttribute
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
StagingDataAsset
Declaration
[JsonProperty(PropertyName = "stagingDataAsset")]
public DataAsset StagingDataAsset { get; set; }
Property Value
StagingFileName
Declaration
[JsonProperty(PropertyName = "stagingFileName")]
public string StagingFileName { get; set; }
Property Value
Type |
Description |
string |
The file name for the attribute.
|