Apache.Hadoop.Hbase.Hbase.Client.scannerOpenWithPrefix C# (CSharp) Method

scannerOpenWithPrefix() public method

public scannerOpenWithPrefix ( byte tableName, byte startAndPrefix, List columns ) : int
tableName byte
startAndPrefix byte
columns List
return int
            public int scannerOpenWithPrefix(byte[] tableName, byte[] startAndPrefix, List<byte[]> columns)
            {
                send_scannerOpenWithPrefix(tableName, startAndPrefix, columns);
                return recv_scannerOpenWithPrefix();
            }
Hbase.Client