Show / Hide Table of Contents

Class FieldMap

A field map is a way to map a source row shape to a target row shape that may be different.

Inheritance
object
FieldMap
CompositeFieldMap
ConditionalCompositeFieldMap
DirectFieldMap
DirectNamedFieldMap
NamedEntityMap
RuleBasedEntityMap
RuleBasedFieldMap
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(FieldMapModelConverter))]
public class FieldMap

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Detailed description for the object.

In this article
Back to top