TypeDetectionScheme Parameter (Connect-Klaviyo Cmdlet)
Specifies how the provider determines column data types when retrieving data.
Syntax
Connect-Klaviyo -TypeDetectionScheme string
Possible Values
None, RowScanData Type
cstr
Default Value
"RowScan"
Remarks
This property controls the method used to determine the data types of custom fields.
Available Options:
| None | All columns are returned as strings. |
| RowScan | The cmdlet scans a number of rows to infer column types based on the values found. The number of rows scanned is controlled by the RowScanDepth property. |