Class CreateLogicalViewRequest
Request message for BigtableInstanceAdmin.CreateLogicalView.
Implements
Inherited Members
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 |