Class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata
The metadata of a Document.
Inheritance
GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata : IDirectResponseSchemaProperties
DataIngestionSource
The data ingestion source of the Document. Allowed values are: * batch: Data ingested via Batch API, e.g.,
ImportDocuments. * streaming Data ingested via Streaming API, e.g., FHIR streaming.
Declaration
[JsonProperty("dataIngestionSource")]
public virtual string DataIngestionSource { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
LastRefreshedTime
object representation of LastRefreshedTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRefreshedTimeDateTimeOffset instead.")]
public virtual object LastRefreshedTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
LastRefreshedTimeDateTimeOffset
DateTimeOffset representation of LastRefreshedTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRefreshedTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
LastRefreshedTimeRaw
The timestamp of the last time the Document was last indexed.
Declaration
[JsonProperty("lastRefreshedTime")]
public virtual string LastRefreshedTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MatcherValue
The value of the matcher that was used to match the Document.
Declaration
[JsonProperty("matcherValue")]
public virtual GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue MatcherValue { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue | 
State
The state of the document.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }Property Value
| Type | Description | 
|---|---|
| string |