Class ViewSpec (2.1.0)

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

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