Apache.Hadoop.Hbase.Hbase.Client.mutateRow C# (CSharp) Méthode

mutateRow() public méthode

public mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
Résultat void
            public void mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
            {
                send_mutateRow(tableName, row, mutations);
                recv_mutateRow();
            }
Hbase.Client