SubtableIdAsLong Parameter (Connect-Kintone Cmdlet)
Specifies whether the Id column in subtables should use the Long data type.
Syntax
Connect-Kintone -SubtableIdAsLong SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default, the Id column in subtables is returned as an Integer. Setting SubtableIdAsLong to true changes the type of this column to Long.
This property is useful if your subtables contain a large number of records, where the Integer type might be insufficient to represent all values reliably.