Class GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination
The BigQuery table for export.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
Use write_disposition
instead. If write_disposition
is specified, this parameter is ignored. force=false
is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to
write_disposition=WRITE_TRUNCATE.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SchemaType
Specifies the schema format to export.
Declaration
[JsonProperty("schemaType")]
public virtual string SchemaType { get; set; }
Property Value
Type | Description |
---|---|
string |
TableUri
BigQuery URI to a table, up to 2000 characters long, must be of the form bq://projectId.bqDatasetId.tableId.
Declaration
[JsonProperty("tableUri")]
public virtual string TableUri { get; set; }
Property Value
Type | Description |
---|---|
string |
WriteDisposition
Determines if existing data in the destination dataset is overwritten, appended to, or not written if the
tables contain data. If a write_disposition is specified, the force
parameter is ignored.
Declaration
[JsonProperty("writeDisposition")]
public virtual string WriteDisposition { get; set; }
Property Value
Type | Description |
---|---|
string |