Class GoogleCloudDatacatalogV1ViewSpec
Table view specification.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ViewSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ViewQuery
Output only. The query that defines the table view.
Declaration
[JsonProperty("viewQuery")]
public virtual string ViewQuery { get; set; }
Property Value
Type | Description |
---|---|
string |