Class MapType
Map type object.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class MapType : BaseType
  Properties
ContainsNull
Declaration
[JsonProperty(PropertyName = "containsNull")]
public bool? ContainsNull { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | Defines whether null values are allowed.  | 
      
KeyElementType
Declaration
[JsonProperty(PropertyName = "keyElementType")]
public string KeyElementType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Seeded type  | 
      
ValueElementType
Declaration
[JsonProperty(PropertyName = "valueElementType")]
public string ValueElementType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Seeded type  |