public enum ExportInsightsDataRequest.Types.WriteDispositionReference documentation and code samples for the Contact Center AI Insights v1 API enum ExportInsightsDataRequest.Types.WriteDisposition.
Specifies the action that occurs if the destination table already exists.
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Fields |
|
|---|---|
| Name | Description |
Unspecified |
Write disposition is not specified. Defaults to WRITE_TRUNCATE. |
WriteAppend |
If the table already exists, BigQuery will append data to the table. |
WriteTruncate |
If the table already exists, BigQuery will overwrite the table data and use the schema from the load. |