Class AbstractDataOperationConfig
The information about the data operation.
Inherited Members
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.  |