Class Progress
Represents progress information for operations involving multiple secret versions.
Implements
Inherited Members
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? |