BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Brett,
We would like to inform you that we have logged this as a feature request in our database. We will implement this feature in any of our upcoming releases. The feature implementation would also greatly depend on the factors such as code compatibility and complexity.
Please log on to our support website to check for further updates:
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Regards,
Nandhini Kumar.
Hi Brett,
We have added support for filtering in scan table method in “Syncfusion.ThriftHBase.Base” API in latest preview build 2.10.0.10 .
Sample location: Installed_Drive:\Syncfusion\BigDataSDK\2.10.0.10\Samples\C# HBase Samples\WPF\Samples\Filter\CS
Code snippet:
var filters = new List<string>() { "SingleColumnValueFilter('info','FULLNAME',=,'binaryprefix:Katherine')","PrefixFilter('1002')" }; HBaseResultSet result = HBaseOperation.ScanTable(tableName, filters, con); |
Thanks,
Baskaran V