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

scannerOpenWithStop() public method

public scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : int
tableName byte
startRow byte
stopRow byte
columns List
return int
            public int scannerOpenWithStop(byte[] tableName, byte[] startRow, byte[] stopRow, List<byte[]> columns)
            {
                send_scannerOpenWithStop(tableName, startRow, stopRow, columns);
                return recv_scannerOpenWithStop();
            }