Show / Hide Table of Contents

Class PerformanceTuningTaskDetails

The task details with performance tuning related information.

Inheritance
object
TaskDetails
PerformanceTuningTaskDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class PerformanceTuningTaskDetails : TaskDetails

Properties

PerformanceTuningTaskRequest

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