Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress

Represents the progress of a sync run.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX