Cmdlets for Klaviyo

Build 25.0.9434

TypeDetectionScheme Parameter (Connect-Klaviyo Cmdlet)

Specifies how the provider determines column data types when retrieving data.

Syntax

Connect-Klaviyo -TypeDetectionScheme string

Possible Values

None, RowScan

Data Type

cstr

Default Value

"RowScan"

Remarks

This property controls the method used to determine the data types of custom fields.

Available Options:

NoneAll columns are returned as strings.
RowScanThe 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434