CheckForSubtablesIn Parameter (Connect-Kintone Cmdlet)
A comma-separated list of Kintone apps to retrieve subtables from.
Syntax
Connect-Kintone -CheckForSubtablesIn string
Data Type
cstr
Default Value
"*"
Remarks
Set this field to * to check for subtables in all Kintone apps. Set this field to 'None' to not search for any subtables. Kintone subtables are exposed as separate tables and retrieving the list of all subtables from the API is a time-consuming operation. By specifying only some app names in this field, the performance of the cmdlet increases. You can also set this field to * to check for subtables in all Kintone apps, but note that if there is a large number of apps, listing the tables will take much longer.
This is a required parameter.