public sealed class ViewSpec : IMessage<ViewSpec>, IEquatable<ViewSpec>, IDeepCloneable<ViewSpec>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class ViewSpec.
Table view specification.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ViewSpec()
public ViewSpec()ViewSpec(ViewSpec)
public ViewSpec(ViewSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ViewSpec |
Properties
ViewQuery
public string ViewQuery { get; set; }Output only. The query that defines the table view.
| Property Value | |
|---|---|
| Type | Description |
string |
|