Class OracleReadAttribute
The Oracle read attribute.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class OracleReadAttribute : AbstractReadAttributeProperties
FetchSize
Declaration
[JsonProperty(PropertyName = "fetchSize")]
public int? FetchSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The fetch size for reading. |