Class OracleWriteAttribute
The Oracle write attribute.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class OracleWriteAttribute : AbstractWriteAttribute
Properties
BatchSize
Declaration
[JsonProperty(PropertyName = "batchSize")]
public int? BatchSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The batch size for writing. |
IsTruncate
Declaration
[JsonProperty(PropertyName = "isTruncate")]
public bool? IsTruncate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Specifies whether to truncate. |
IsolationLevel
Declaration
[JsonProperty(PropertyName = "isolationLevel")]
public string IsolationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Specifies the isolation level. |