Class PerformanceTuningWorkItemDetails
The performance tuning work item details.
Inherited Members
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