Class GoogleCloudDataplexV1ContentSqlScript
Configuration for the Sql Script content.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ContentSqlScript : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
Required. Query Engine to be used for the Sql Query.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |