Class ProjectsResource.InstancesResource.TablesResource.ModifyColumnFamiliesRequest
Performs a series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.
Inheritance
ProjectsResource.InstancesResource.TablesResource.ModifyColumnFamiliesRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.ModifyColumnFamiliesRequest : BigtableAdminBaseServiceRequest<Table>, IClientServiceRequest<Table>, IClientServiceRequest
Constructors
ModifyColumnFamiliesRequest(IClientService, ModifyColumnFamiliesRequest, string)
Constructs a new ModifyColumnFamilies request.
Declaration
public ModifyColumnFamiliesRequest(IClientService service, ModifyColumnFamiliesRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ModifyColumnFamiliesRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The unique name of the table whose families should be modified. Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ModifyColumnFamilies parameter list.
Declaration
protected override void InitParameters()