Show / Hide Table of Contents

Class TargetProgressSummary

Progress details of the executing job for a Database target.

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

Properties

OperationType

Declaration
[JsonProperty(PropertyName = "operationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TargetProgressSummary.OperationTypeEnum? OperationType { get; set; }
Property Value
Type Description
TargetProgressSummary.OperationTypeEnum?

Type of operations being executed.

ProgressOfOperation

Declaration
[JsonProperty(PropertyName = "progressOfOperation")]
public int? ProgressOfOperation { get; set; }
Property Value
Type Description
int?

Percentage of progress of the operation in execution.

In this article
Back to top