Class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
Represents an entity that was synced in this ConnectorRun.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityName
The name of the source entity.
Declaration
[JsonProperty("entityName")]
public virtual string EntityName { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorRecordCount
The total number of documents failed at sync at any stage (extraction, indexing, etc).
Declaration
[JsonProperty("errorRecordCount")]
public virtual long? ErrorRecordCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Errors
The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.
Declaration
[JsonProperty("errors")]
public virtual IList<GoogleRpcStatus> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
ExtractedRecordCount
The number of documents extracted from connector source, ready to be ingested to UCS.
Declaration
[JsonProperty("extractedRecordCount")]
public virtual long? ExtractedRecordCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
IndexedRecordCount
The number of documents indexed.
Declaration
[JsonProperty("indexedRecordCount")]
public virtual long? IndexedRecordCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
SourceApiRequestCount
The number of requests sent to 3p API.
Declaration
[JsonProperty("sourceApiRequestCount")]
public virtual long? SourceApiRequestCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
State
The state of the entity's sync run.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateUpdateTime
object representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateUpdateTimeDateTimeOffset instead.")]
public virtual object StateUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StateUpdateTimeDateTimeOffset
DateTimeOffset representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StateUpdateTimeRaw
Timestamp at which the entity sync state was last updated.
Declaration
[JsonProperty("stateUpdateTime")]
public virtual string StateUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
StatsUpdateTime
object representation of StatsUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StatsUpdateTimeDateTimeOffset instead.")]
public virtual object StatsUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StatsUpdateTimeDateTimeOffset
DateTimeOffset representation of StatsUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StatsUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StatsUpdateTimeRaw
The timestamp for either extracted_documents_count, indexed_documents_count and error_documents_count was last updated.
Declaration
[JsonProperty("statsUpdateTime")]
public virtual string StatsUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncType
Sync type of this run.
Declaration
[JsonProperty("syncType")]
public virtual string SyncType { get; set; }
Property Value
Type | Description |
---|---|
string |