Show / Hide Table of Contents

Class AbstractDataOperationConfig

The information about the data operation.

Inheritance
object
AbstractDataOperationConfig
ReadOperationConfig
WriteOperationConfig
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
[JsonConverter(typeof(AbstractDataOperationConfigModelConverter))]
public class AbstractDataOperationConfig

Properties

CallAttribute

Declaration
[JsonProperty(PropertyName = "callAttribute")]
public BipCallAttribute CallAttribute { get; set; }
Property Value
Type Description
BipCallAttribute

DerivedAttributes

Declaration
[JsonProperty(PropertyName = "derivedAttributes")]
public Dictionary<string, string> DerivedAttributes { get; set; }
Property Value
Type Description
Dictionary<string, string>

this map is used for passing BIP report parameter values.

MetadataConfigProperties

Declaration
[JsonProperty(PropertyName = "metadataConfigProperties")]
public Dictionary<string, string> MetadataConfigProperties { get; set; }
Property Value
Type Description
Dictionary<string, string>

This map is used for passing extra metatdata configuration that is required by read / write operation.

In this article
Back to top