Class ImportResourcesHistoryRequest
Request to import the history of resources.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ImportResourcesHistoryRequest : IDirectResponseSchema
Properties
ContentStructure
The content structure in the source location. If not specified, the server treats the input source files as BUNDLE.
Declaration
[JsonProperty("contentStructure")]
public virtual string ContentStructure { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the
roles/storage.objectAdmin
Cloud IAM roles on the Cloud Storage location. The Healthcare Service Agent Each
Cloud Storage object should be a text file that contains the format specified in ContentStructure.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudHealthcareV1beta1FhirGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1beta1FhirGcsSource |
MaxErrorCount
The maximum number of errors before the server cancels the operation. If not specified or set to 0, defaults to 100. -1 means no maximum, the server tries to process all input. Since the server executes the operation in parallel, it might not stop the operation after exactly this number of errors occur.
Declaration
[JsonProperty("maxErrorCount")]
public virtual long? MaxErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |