Show / Hide Table of Contents

Class BulkDeleteResourcesRequest

Request to bulk delete FHIR resources.

Inheritance
object
BulkDeleteResourcesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class BulkDeleteResourcesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsDestination

Optional. The Cloud Storage output destination. The Healthcare Service Agent account requires the roles/storage.objectAdmin role on the Cloud Storage location. The deleted resources outputs are organized by FHIR resource types. The server creates one or more objects per resource type. Each object contains newline delimited strings in the format {resourceType}/{resourceId}.

Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudHealthcareV1beta1FhirGcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1beta1FhirGcsDestination

GcsSource

Optional. Specifies the Cloud Storage source data location containing the list of resource IDs to delete. Each file inside gcs_source must contain newline-delimited strings in the format {resourceType}/{resourceId}. This field is mutually exclusive with filter parameters such as type and until.

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudHealthcareV1beta1FhirGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1beta1FhirGcsSource

Type

Optional. String of comma-delimited FHIR resource types. If provided, only resources of the specified resource type(s) will be deleted.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Until

Optional. If provided, only resources updated before or atthis time are deleted. The time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, 2015-02-07T13:28:17.239+02:00 or 2017-01-01T00:00:00Z. The time must be specified to the second and include a time zone.

Declaration
[JsonProperty("until")]
public virtual string Until { get; set; }
Property Value
Type Description
string

ValidateOnly

Optional. If set to true, the request will only perform a dry run. By default (once the behavior change is fully rolled out), this will default to true. During the transition period, the default depends on the Mendel flag status for the project.

Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type Description
bool?

VersionConfig

Optional. Specifies which version of the resources to delete.

Declaration
[JsonProperty("versionConfig")]
public virtual string VersionConfig { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX