Row Scan Depth

The maximum number of documents to scan for the columns available in the bucket.

Data Type

string

Default Value

"100"

Remarks

Since Couchbase is schemaless, the adapter has to scan the contents of your buckets to determine what columns are available. This property controls the maximum number of documents that will be scanned during this process.

Setting a high value may decrease performance. Setting a low value may prevent the data type from being determined properly, especially when there is null data or attributes are missing from some documents.