Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig

Config to data store for HEALTHCARE_FHIR vertical.

Inheritance
object
GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig
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 GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableConfigurableSchema

Whether to enable configurable schema for HEALTHCARE_FHIR vertical. If set to true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.

Declaration
[JsonProperty("enableConfigurableSchema")]
public virtual bool? EnableConfigurableSchema { get; set; }
Property Value
Type Description
bool?

EnableStaticIndexingForBatchIngestion

Whether to enable static indexing for HEALTHCARE_FHIR batch ingestion. If set to true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.

Declaration
[JsonProperty("enableStaticIndexingForBatchIngestion")]
public virtual bool? EnableStaticIndexingForBatchIngestion { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX