Show / Hide Table of Contents

Class GoogleCloudHealthcareV1DicomBigQueryDestination

The BigQuery table where the server writes the output.

Inheritance
System.Object
GoogleCloudHealthcareV1DicomBigQueryDestination
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class GoogleCloudHealthcareV1DicomBigQueryDestination : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Force

If the destination table already exists and this flag is TRUE, the table is overwritten by the contents of the DICOM store. If the flag is not set and the destination table already exists, the export call returns an error.

Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

TableUri

BigQuery URI to a table, up to 2000 characters long, in the format bq://projectId.bqDatasetId.tableId

Declaration
[JsonProperty("tableUri")]
public virtual string TableUri { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top