public sealed class LogicalView : IMessage<LogicalView>, IEquatable<LogicalView>, IDeepCloneable<LogicalView>, IBufferMessage, IMessageReference 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.
Implements
IMessageLogicalView, IEquatableLogicalView, IDeepCloneableLogicalView, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
LogicalView()
public LogicalView()LogicalView(LogicalView)
public LogicalView(LogicalView other)| Parameter | |
|---|---|
| Name | Description |
other |
LogicalView |
Properties
DeletionProtection
public bool DeletionProtection { get; set; }Optional. Set to true to make the LogicalView protected against deletion.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 |
|