Class KeyAttribute
  An attribute within a key, the attribute property is being deprecated.
Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class KeyAttribute
   
  Properties
  
  Attribute
  
  
  Declaration
  
    [JsonProperty(PropertyName = "attribute")]
public ShapeField Attribute { get; set; }
   
  Property Value
  
  
  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