Show / Hide Table of Contents

Class OracleReadAttribute

The Oracle read attribute.

Inheritance
object
AbstractReadAttribute
OracleReadAttribute
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 OracleReadAttribute : AbstractReadAttribute

Properties

FetchSize

Declaration
[JsonProperty(PropertyName = "fetchSize")]
public int? FetchSize { get; set; }
Property Value
Type Description
int?

The fetch size for reading.

In this article
Back to top