Class WorkspaceCompilationOverrides
Configures workspace compilation overrides for a repository.
Implements
Inherited Members
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 |