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.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.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 GoogleCloudHealthcareV1FhirGcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1FhirGcsDestination

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

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