Discovery Engine v1 API - Class FhirStoreSource (1.0.0-beta06)

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

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

Cloud FhirStore source import data from.

Inheritance

object > FhirStoreSource

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

FhirStoreSource()

public FhirStoreSource()

FhirStoreSource(FhirStoreSource)

public FhirStoreSource(FhirStoreSource other)
Parameter
Name Description
other FhirStoreSource

Properties

FhirStore

public string FhirStore { get; set; }

Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}.

Property Value
Type Description
string

FhirStoreAsFhirStoreName

public FhirStoreName FhirStoreAsFhirStoreName { get; set; }

FhirStoreName-typed view over the FhirStore resource name property.

Property Value
Type Description
FhirStoreName

GcsStagingDir

public string GcsStagingDir { get; set; }

Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.

Property Value
Type Description
string