Class GoogleCloudContactcenterinsightsV1mainOutputConfigBigQueryDestination
BigQuery destination configuration.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainOutputConfigBigQueryDestination : IDirectResponseSchema
Properties
Dataset
Required. The name of the BigQuery dataset.
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Optional. A project ID or number.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Table
Required. The BigQuery table name.
Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
| Type | Description |
|---|---|
| string |