RowScanDepth Parameter (Connect-AdobeCommerce Cmdlet)
Scan AdobeCommerce Product entities to determine unique columns.
Syntax
Connect-AdobeCommerce -RowScanDepth string
Data Type
cstr
Default Value
"100"
Remarks
In the AdobeCommerce APIs, Product entities can have different sets of associated attributes. For example, clothing Products will also have Gender, Size, and Sleeve_Length attributes in addition to the standard columns.
When TypeDetectionScheme is set to "RowScan", the RowScanDepth property determines the number of objects to scan to determine the unique columns.
Setting a high value may decrease performance. Setting a low value may prevent the cmdlet from retrieving the relevant columns for the table.