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

scannerOpenTs() public method

public scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : int
tableName byte
startRow byte
columns List
timestamp long
return int
            public int scannerOpenTs(byte[] tableName, byte[] startRow, List<byte[]> columns, long timestamp)
            {
                send_scannerOpenTs(tableName, startRow, columns, timestamp);
                return recv_scannerOpenTs();
            }