Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
BatchSize | 送信する各バッチ処理の最大サイズ。 |
ColumnEncoding | The Encoding used for the column values. Accepted entries are None, UTF8, and BASE64. None is the default. |
ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
ConnectOnOpen | このプロパティは、接続が開かれたときにApache HBase に接続するかどうかを指定します。 |
DatetimeFormat | datetime 値をデータベースに挿入するときに使われるフォーマット。 |
ExposeColumnTimestamp | Specifies whether to expose the cell timestamp as a separate column when executing the SELECT Statement |
IncludeDisabledTables | Specifies whether to retrieve disabled tables. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
Pagesize | Apache HBase から返されるページあたりの結果の最大数。 |
PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
PoolMaxSize | プールの最大接続数。 |
PoolMinSize | プール内の最小接続数。 |
PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
PseudoColumns | カラムとして公開する擬似カラムのセットを指定します。 |
Readonly | このプロパティを使用して、provider からApache HBase へのアクセスを読み取り専用に設定できます。 |
ResetTableMetadataOnDelete | Specifies whether to reset the cache table after executing the DELETE Statement. |
RetrieveSelectedColumnsOnly | Specifies whether to retrieve selected columns only when executing a SELECT statement. |
RowScanDepth | テーブルで利用可能なカラムを探すためにスキャンする行数の最大値。 |
RTK | ライセンス供与で使用されるランタイムキー。 |
ScannerCaching | Specify a scanner cache that will be filled before the Scan result is returned, setting setCaching to the number of rows to cache before returning the result. By default, the caching setting on the table is used. The goal is to balance IO and network load. |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
TypeDetectionScheme | カラムのデータ型を決定するための方法を指定します。 |
UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
UseSQLFiltering | Specifies whether to use the ScannerFilter when executing the SELECT Statement |