Show / Hide Table of Contents

Class Progress

Represents progress information for operations involving multiple secret versions.

Inheritance
object
Progress
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.SecretManager.v1.Data
Assembly: Google.Apis.SecretManager.v1.dll
Syntax
public class Progress : IDirectResponseSchema

Properties

CompletedVersionCount

Output only. Number of secret versions that have been successfully processed so far.

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

ETag

The ETag of the item.

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

FailedVersionCount

Output only. Number of secret versions that failed to process.

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

TotalVersionCount

Output only. Provides the total number of secret versions to be processed by the operation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX