Show / Hide Table of Contents

Class TopProcessesUsageTrendAggregation

Usage data per host top process

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

Properties

Command

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

Command line and arguments used to launch process

Remarks

Required

UsageData

Declaration
[Required(ErrorMessage = "UsageData is required.")]
[JsonProperty(PropertyName = "usageData")]
public List<TopProcessesUsageTrend> UsageData { get; set; }
Property Value
Type Description
List<TopProcessesUsageTrend>

List of usage data samples for a top process

Remarks

Required

In this article
Back to top