Show / Hide Table of Contents

Class KeyAttribute

An attribute within a key, the attribute property is being deprecated.

Inheritance
object
KeyAttribute
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
public class KeyAttribute

Properties

Attribute

Declaration
[JsonProperty(PropertyName = "attribute")]
public ShapeField Attribute { get; set; }
Property Value
Type Description
ShapeField

Position

Declaration
[JsonProperty(PropertyName = "position")]
public int? Position { get; set; }
Property Value
Type Description
int?

The position of the attribute.

ShapeField

Declaration
[JsonProperty(PropertyName = "shapeField")]
public ShapeField ShapeField { get; set; }
Property Value
Type Description
ShapeField
In this article
Back to top