Class OperationFromProcedure
  
  
  
    Inheritance
    
    
    OperationFromProcedure
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class OperationFromProcedure : Operation
   
  Properties
  
  ExternalKey
  
  
  Declaration
  
    [JsonProperty(PropertyName = "externalKey")]
public string ExternalKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The external key for the object. | 
    
  
  
  Key
  
  
  Declaration
  
    [JsonProperty(PropertyName = "key")]
public string Key { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The object key. | 
    
  
  
  ModelVersion
  
  
  Declaration
  
    [JsonProperty(PropertyName = "modelVersion")]
public string ModelVersion { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The model version of the object. | 
    
  
  
  Name
  
  
  Declaration
  
    [JsonProperty(PropertyName = "name")]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The operation name. | 
    
  
  
  ObjectStatus
  
  
  Declaration
  
    [JsonProperty(PropertyName = "objectStatus")]
public int? ObjectStatus { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | The status of an object that can be set to value 1 for shallow reference across objects, other values reserved. | 
    
  
  
  ObjectVersion
  
  
  Declaration
  
    [JsonProperty(PropertyName = "objectVersion")]
public int? ObjectVersion { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | The version of the object that is used to track changes in the object instance. | 
    
  
  
  ParentRef
  
  
  Declaration
  
    [JsonProperty(PropertyName = "parentRef")]
public ParentReference ParentRef { get; set; }
   
  Property Value
  
  
  ResourceName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The resource name. | 
    
  
  
  Shape
  
  
  Declaration
  
    [JsonProperty(PropertyName = "shape")]
public Shape Shape { get; set; }
   
  Property Value