Show / Hide Table of Contents

Class OperationMetadata

The metadata associated with a long running operation resource.

Inheritance
object
OperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class OperationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProgressPercentage

Percentage of completion of this operation, ranging from 0 to 100.

Declaration
[JsonProperty("progressPercentage")]
public virtual int? ProgressPercentage { get; set; }
Property Value
Type Description
int?

ResourceNames

The full name of the resources that this operation is directly associated with.

Declaration
[JsonProperty("resourceNames")]
public virtual IList<string> ResourceNames { get; set; }
Property Value
Type Description
IList<string>

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

The start time of the operation.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

Steps

Detailed status information for each step. The order is undetermined.

Declaration
[JsonProperty("steps")]
public virtual IList<Step> Steps { get; set; }
Property Value
Type Description
IList<Step>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX