Class GoogleCloudDiscoveryengineV1alphaDocumentIndexStatus
Index status of the document.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDocumentIndexStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorSamples
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
IndexTime
object representation of IndexTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IndexTimeDateTimeOffset instead.")]
public virtual object IndexTime { get; set; }
Property Value
Type | Description |
---|---|
object |
IndexTimeDateTimeOffset
DateTimeOffset representation of IndexTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IndexTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
IndexTimeRaw
The time when the document was indexed. If this field is populated, it means the document has been indexed.
Declaration
[JsonProperty("indexTime")]
public virtual string IndexTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |