ScheduledQueryProcessingConfig

class oci.apm_traces.models.ScheduledQueryProcessingConfig(**kwargs)

Bases: object

Definition of the scheduled query processing configuration.

Methods

__init__(**kwargs) Initializes a new ScheduledQueryProcessingConfig object with values from keyword arguments.

Attributes

custom_metric Gets the custom_metric of this ScheduledQueryProcessingConfig.
object_storage Gets the object_storage of this ScheduledQueryProcessingConfig.
streaming Gets the streaming of this ScheduledQueryProcessingConfig.
__init__(**kwargs)

Initializes a new ScheduledQueryProcessingConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
custom_metric

Gets the custom_metric of this ScheduledQueryProcessingConfig.

Returns:The custom_metric of this ScheduledQueryProcessingConfig.
Return type:oci.apm_traces.models.CustomMetric
object_storage

Gets the object_storage of this ScheduledQueryProcessingConfig.

Returns:The object_storage of this ScheduledQueryProcessingConfig.
Return type:oci.apm_traces.models.ObjectStorage
streaming

Gets the streaming of this ScheduledQueryProcessingConfig.

Returns:The streaming of this ScheduledQueryProcessingConfig.
Return type:oci.apm_traces.models.Streaming