Show / Hide Table of Contents

Class ScheduledQueryProcessingConfig

Definition of the scheduled query processing configuration.

Inheritance
object
ScheduledQueryProcessingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class ScheduledQueryProcessingConfig

Properties

CustomMetric

Declaration
[JsonProperty(PropertyName = "customMetric")]
public CustomMetric CustomMetric { get; set; }
Property Value
Type Description
CustomMetric

ObjectStorage

Declaration
[JsonProperty(PropertyName = "objectStorage")]
public ObjectStorage ObjectStorage { get; set; }
Property Value
Type Description
ObjectStorage

Streaming

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