Class OracleAtpWriteAttributes
Properties to configure when writing to Oracle Autonomous Data Warehouse Cloud.
Inheritance
OracleAtpWriteAttributes
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class OracleAtpWriteAttributes : AbstractWriteAttribute
Properties
BucketSchema
Declaration
[JsonProperty(PropertyName = "bucketSchema")]
public Schema BucketSchema { get; set; }
Property Value
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.
|