Show / Hide Table of Contents

Class CreateLogicalViewRequest

Request message for BigtableInstanceAdmin.CreateLogicalView.

Inheritance
object
CreateLogicalViewRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CreateLogicalViewRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogicalView

Required. The logical view to create.

Declaration
[JsonProperty("logicalView")]
public virtual LogicalView LogicalView { get; set; }
Property Value
Type Description
LogicalView

LogicalViewId

Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.

Declaration
[JsonProperty("logicalViewId")]
public virtual string LogicalViewId { get; set; }
Property Value
Type Description
string

Parent

Required. The parent instance where this logical view will be created. Format: projects/{project}/instances/{instance}.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX