Show / Hide Table of Contents

Class ExportDicomDataRequest

Exports data from the specified DICOM store. If a given resource, such as a DICOM object with the same SOPInstance UID, already exists in the output, it is overwritten with the version in the source dataset. Exported DICOM data persists when the DICOM store from which it was exported is deleted.

Inheritance
object
ExportDicomDataRequest
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 ExportDicomDataRequest : IDirectResponseSchema

Properties

BigqueryDestination

The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: roles/bigquery.dataEditor and roles/bigquery.jobUser.

Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudHealthcareV1DicomBigQueryDestination BigqueryDestination { get; set; }
Property Value
Type Description
GoogleCloudHealthcareV1DicomBigQueryDestination

ETag

The ETag of the item.

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

GcsDestination

The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the roles/storage.objectAdmin Cloud IAM roles on the Cloud Storage location.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX