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

scannerOpenWithStopTs() public method

public scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : int
tableName byte
startRow byte
stopRow byte
columns List
timestamp long
return int
            public int scannerOpenWithStopTs(byte[] tableName, byte[] startRow, byte[] stopRow, List<byte[]> columns, long timestamp)
            {
                send_scannerOpenWithStopTs(tableName, startRow, stopRow, columns, timestamp);
                return recv_scannerOpenWithStopTs();
            }