Class DeidentifiedStoreDestination
Contains configuration for streaming de-identified FHIR export.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DeidentifiedStoreDestination : IDirectResponseSchema
Properties
Config
The configuration to use when de-identifying resources that are added to this store.
Declaration
[JsonProperty("config")]
public virtual DeidentifyConfig Config { get; set; }
Property Value
Type | Description |
---|---|
DeidentifyConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Store
The full resource name of a Cloud Healthcare FHIR store, for example,
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}
.
Declaration
[JsonProperty("store")]
public virtual string Store { get; set; }
Property Value
Type | Description |
---|---|
string |