Apache.Hadoop.Hbase.Thrift.Hbase.Client.mutateRow C# (CSharp) Method

mutateRow() public method

public mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
return void
            public void mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
            {
                send_mutateRow(tableName, row, mutations);
                recv_mutateRow();
            }