Google Cloud Bigtable Administration v2 API - Class LogicalView (3.24.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class LogicalView.

A SQL logical view object that can be referenced in SQL queries.

Inheritance

object > LogicalView

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

LogicalView()

public LogicalView()

LogicalView(LogicalView)

public LogicalView(LogicalView other)
Parameter
Name Description
other LogicalView

Properties

Etag

public string Etag { get; set; }

Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.

Property Value
Type Description
string

LogicalViewName

public LogicalViewName LogicalViewName { get; set; }

LogicalViewName-typed view over the Name resource name property.

Property Value
Type Description
LogicalViewName

Name

public string Name { get; set; }

Identifier. The unique name of the logical view. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}

Property Value
Type Description
string

Query

public string Query { get; set; }

Required. The logical view's select query.

Property Value
Type Description
string