Class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
Represents the progress of a sync run.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress : IDirectResponseSchema
Properties
CurrentCount
The current progress.
Declaration
[JsonProperty("currentCount")]
public virtual long? CurrentCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Percentile
Derived. The percentile of the progress.current_count / total_count. The value is between [0, 1.0] inclusive.
Declaration
[JsonProperty("percentile")]
public virtual float? Percentile { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalCount
The total.
Declaration
[JsonProperty("totalCount")]
public virtual long? TotalCount { get; set; }
Property Value
Type | Description |
---|---|
long? |