Data Catalog v1 API - Class ViewSpec (2.10.0)

public sealed class ViewSpec : IMessage<ViewSpec>, IEquatable<ViewSpec>, IDeepCloneable<ViewSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class ViewSpec.

Table view specification.

Inheritance

object > ViewSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ViewSpec()

public ViewSpec()

ViewSpec(ViewSpec)

public ViewSpec(ViewSpec other)
Parameter
NameDescription
otherViewSpec

Properties

ViewQuery

public string ViewQuery { get; set; }

Output only. The query that defines the table view.

Property Value
TypeDescription
string