GetColumnsMetadata Parameter (Connect-SharePoint Cmdlet)
Specifies when the provider should retrieve column metadata.
Syntax
Connect-SharePoint -GetColumnsMetadata string
Possible Values
OnUse, OnStart
Data Type
cstr
Default Value
"OnUse"
Remarks
This property applies only to the REST schema.
Available settings:
- OnStart: The cmdlet retrieves and caches metadata for all columns in every table before executing the first statement.
- OnUse: The cmdlet retrieves table-specific metadata the first time the table is referenced, if the metadata is not already cached.