Class GoogleCloudDiscoveryengineV1FhirStoreSource
Cloud FhirStore source import data from.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1FhirStoreSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FhirStore
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}
.
Declaration
[JsonProperty("fhirStore")]
public virtual string FhirStore { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsStagingDir
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.
Declaration
[JsonProperty("gcsStagingDir")]
public virtual string GcsStagingDir { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceTypes
The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.
Declaration
[JsonProperty("resourceTypes")]
public virtual IList<string> ResourceTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |