Show / Hide Table of Contents

Class WorkspaceCompilationOverrides

Configures workspace compilation overrides for a repository.

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

Properties

DefaultDatabase

Optional. The default database (Google Cloud project ID).

Declaration
[JsonProperty("defaultDatabase")]
public virtual string DefaultDatabase { 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

SchemaSuffix

Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.

Declaration
[JsonProperty("schemaSuffix")]
public virtual string SchemaSuffix { get; set; }
Property Value
Type Description
string

TablePrefix

Optional. The prefix that should be prepended to all table names.

Declaration
[JsonProperty("tablePrefix")]
public virtual string TablePrefix { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX