Show / Hide Table of Contents

Class ShapeField

The shape field object.

Inheritance
object
TypedObject
ShapeField
Inherited Members
TypedObject.Key
TypedObject.ModelVersion
TypedObject.ParentRef
TypedObject.ConfigValues
TypedObject.ObjectStatus
TypedObject.Name
TypedObject.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 ShapeField : TypedObject

Properties

Labels

Declaration
[JsonProperty(PropertyName = "labels")]
public List<string> Labels { get; set; }
Property Value
Type Description
List<string>

Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.

NativeShapeField

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

Type

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

The reference to the type.

In this article
Back to top