Discovery Engine v1 API - Class HealthcareFhirConfig (1.8.0)

public sealed class HealthcareFhirConfig : IMessage<HealthcareFhirConfig>, IEquatable<HealthcareFhirConfig>, IDeepCloneable<HealthcareFhirConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class HealthcareFhirConfig.

Config to data store for HEALTHCARE_FHIR vertical.

Inheritance

object > HealthcareFhirConfig

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

HealthcareFhirConfig()

public HealthcareFhirConfig()

HealthcareFhirConfig(HealthcareFhirConfig)

public HealthcareFhirConfig(HealthcareFhirConfig other)
Parameter
Name Description
other HealthcareFhirConfig

Properties

EnableConfigurableSchema

public bool EnableConfigurableSchema { get; set; }

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.

Property Value
Type Description
bool

EnableStaticIndexingForBatchIngestion

public bool EnableStaticIndexingForBatchIngestion { get; set; }

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.

Property Value
Type Description
bool