ADO.NET Provider for Apache Kafka

Build 25.0.9540

FlattenArrays

Specifies how many elements to return from nested arrays when TypeDetectionScheme is set to SchemaRegistry.

データ型

string

デフォルト値

"0"

解説

When TypeDetectionScheme is set to SchemaRegistry, nested arrays are not exposed by default.

Set this property to expose a specific number of elements from a nested array as individual columns. The 本製品 creates one column per element, starting with index 0.

For example, consider the following array:

["FLOW-MATIC","LISP","COBOL"]

If this property is set to 1, the 本製品 exposes only the element at index 0:

Column NameColumn Value
languages.0FLOW-MATIC

If this property is set to 0, no elements of nested arrays are exposed as columns.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540