Class SqlUpdateQueryProperties
  Query Properties applicable to SQL type of collection method
    Inheritance
    
    
    SqlUpdateQueryProperties
   
  
  
  Assembly: OCI.DotNetSDK.Stackmonitoring.dll
  Syntax
  
    public class SqlUpdateQueryProperties : MetricExtensionUpdateQueryProperties
   
  Properties
  
  InParamDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "inParamDetails")]
public List<SqlInParamDetails> InParamDetails { get; set; }
   
  Property Value
  
  
  OutParamDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "outParamDetails")]
public SqlOutParamDetails OutParamDetails { get; set; }
   
  Property Value
  
  
  SqlDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "sqlDetails")]
public SqlDetails SqlDetails { get; set; }
   
  Property Value
  
  
  SqlType
  
  
  Declaration
  
    [JsonProperty(PropertyName = "sqlType")]
[JsonConverter(typeof(StringEnumConverter))]
public SqlQueryTypes? SqlType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | SqlQueryTypes? | Type of SQL data collection method i.e. either a Statement or SQL Script File |