Cmdlets for SAP Fieldglass

Build 24.0.9060

TypeDetectionScheme Parameter (Connect-SAPFieldglass Cmdlet)

Sets the method for determining the data type of columns.

Syntax

Connect-SAPFieldglass -TypeDetectionScheme string

Possible Values

None, RowScan

Data Type

cstr

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None returns all columns as "string" type. Note: Even when set to None, the column names are still scanned.
RowScanSetting TypeDetectionScheme to RowScan scans rows to heuristically determine the data type. The RowScanDepth determines the number of rows that are scanned. If no value is specified, RowScan is used by default.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060