Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
NativeLibPath | The absolute path of the .NET Confluent Kafka 'librdkafka' native library to load on the runtime. |
BatchSize | 送信する各バッチ処理の最大サイズ。 |
CompressionType | Data compression type. Batches of data will be compressed together. |
ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
ConsumerProperties | Additional options used to configure Kafka consumers. |
CreateTablePartitions | The number of partitions assigned to a topic created with CREATE TABLE. |
CreateTableReplicationFactor | The number of replicas assigned to a topic created with CREATE TABLE. |
EnableIdempotence | If set to true, the Apache Kafka will ensure messages are delivered in the correct order, and without duplicates. |
FlattenArrays | By default, nested arrays won't show up if TypeDetectionScheme is set to SchemaRegistry. The FlattenArrays property can be used to flatten the elements of nested arrays into columns of their own. Set FlattenArrays to the number of elements you want to return from nested arrays. |
GenerateSchemaFiles | スキーマを生成して保存するユーザーの好みのタイミングを示します。 |
MaximumBatchSize | Specifies maximum batch size to gather before sending a request. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
MessageKeyColumn | The name of the column that message key data is stored in. |
MessageKeyType | The type of data stored in message keys. |
OffsetResetStrategy | Specifies an offset for the consumer group. |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
Pagesize | The maximum number of rows to fetch from Kafka at one time. |
PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
PoolMaxSize | プールの最大接続数。 |
PoolMinSize | プール内の最小接続数。 |
PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
ProducerProperties | Additional options used to configure Kafka producers. |
PseudoColumns | カラムとして公開する擬似カラムのセットを指定します。 |
ReadDuration | The duration which additional messages are allowed. |
Readonly | このプロパティを使用して、provider からApache Kafka へのアクセスを読み取り専用に設定できます。 |
RowScanDepth | The maximum number of messages to scan for the columns available in the topic. |
RTK | ライセンス供与で使用されるランタイムキー。 |
SerializationFormat | Specifies how to serialize/deserialize message contents. |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
TypeDetectionScheme | Comma-separated list of options specifying how the provider will scan the data to determine the fields and datatypes for the topic. |
UseConfluentAvroFormat | Specifies how Avro data should be formatted during an INSERT. |
UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |
UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
ValidateRegistryTopics | Specifies whether or not to validate schema registry topics against the Apache Kafka broker. Only has an effect when TypeDetectionScheme =SchemaRegistry |