Show / Hide Table of Contents

Class ArrayType

Array type object.

Inheritance
object
BaseType
ArrayType
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 ArrayType : BaseType

Properties

ElementType

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

Seeded type

In this article
Back to top