Class ScheduledQueryProcessingConfig
  Definition of the scheduled query processing configuration.
    Inheritance
    
    ScheduledQueryProcessingConfig
   
  
  
  Assembly: OCI.DotNetSDK.Apmtraces.dll
  Syntax
  
    public class ScheduledQueryProcessingConfig
   
  Properties
  
  CustomMetric
  
  
  Declaration
  
    [JsonProperty(PropertyName = "customMetric")]
public CustomMetric CustomMetric { get; set; }
   
  Property Value
  
  
  ObjectStorage
  
  
  Declaration
  
    [JsonProperty(PropertyName = "objectStorage")]
public ObjectStorage ObjectStorage { get; set; }
   
  Property Value
  
  
  Streaming
  
  
  Declaration
  
    [JsonProperty(PropertyName = "streaming")]
public Streaming Streaming { get; set; }
   
  Property Value