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