Show / Hide Table of Contents

Class PerformanceTuningWorkItemDetails

The performance tuning work item details.

Inheritance
object
WorkItemDetails
PerformanceTuningWorkItemDetails
Inherited Members
WorkItemDetails.WorkItemType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
public class PerformanceTuningWorkItemDetails : WorkItemDetails

Properties

AnalysisProjectName

Declaration
[Required(ErrorMessage = "AnalysisProjectName is required.")]
[JsonProperty(PropertyName = "analysisProjectName")]
public string AnalysisProjectName { get; set; }
Property Value
Type Description
string

Name of the analysis project.

Remarks

Required

ArtifactObjectStoragePath

Declaration
[Required(ErrorMessage = "ArtifactObjectStoragePath is required.")]
[JsonProperty(PropertyName = "artifactObjectStoragePath")]
public string ArtifactObjectStoragePath { get; set; }
Property Value
Type Description
string

Object storage path to the artifact.

Remarks

Required

In this article
Back to top