Show / Hide Table of Contents

Class BigQueryDestinationConfig

BigQuery destination configuration

Inheritance
object
BigQueryDestinationConfig
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class BigQueryDestinationConfig : IDirectResponseSchema

Properties

AppendOnly

Append only mode

Declaration
[JsonProperty("appendOnly")]
public virtual AppendOnly AppendOnly { get; set; }
Property Value
Type Description
AppendOnly

BlmtConfig

Optional. Big Lake Managed Tables (BLMT) configuration.

Declaration
[JsonProperty("blmtConfig")]
public virtual BlmtConfig BlmtConfig { get; set; }
Property Value
Type Description
BlmtConfig

DataFreshness

The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.

Declaration
[JsonProperty("dataFreshness")]
public virtual object DataFreshness { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

Merge

The standard mode

Declaration
[JsonProperty("merge")]
public virtual Merge Merge { get; set; }
Property Value
Type Description
Merge

SingleTargetDataset

Single destination dataset.

Declaration
[JsonProperty("singleTargetDataset")]
public virtual SingleTargetDataset SingleTargetDataset { get; set; }
Property Value
Type Description
SingleTargetDataset

SourceHierarchyDatasets

Source hierarchy datasets.

Declaration
[JsonProperty("sourceHierarchyDatasets")]
public virtual SourceHierarchyDatasets SourceHierarchyDatasets { get; set; }
Property Value
Type Description
SourceHierarchyDatasets

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX