Show / Hide Table of Contents

Class MapType

Map type object.

Inheritance
object
BaseType
MapType
Inherited Members
BaseType.Key
BaseType.ModelVersion
BaseType.ParentRef
BaseType.Name
BaseType.ObjectStatus
BaseType.Description
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
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

In this article
Back to top