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

mutateRows() public method

public mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
return void
            public void mutateRows(byte[] tableName, List<BatchMutation> rowBatches)
            {
                send_mutateRows(tableName, rowBatches);
                recv_mutateRows();
            }