Cmdlets for ServiceNow

Build 25.0.9540

GetColumnsMetadata Parameter (Connect-ServiceNow Cmdlet)

Specifies when the provider retrieves column metadata from ServiceNow.

Syntax

Connect-ServiceNow -GetColumnsMetadata string

Possible Values

OnStart, OnUse

Data Type

cstr

Default Value

"OnStart"

Remarks

Set this property to control when the 本製品 requests and caches table column definitions.

The following options are supported:

  • OnStart: Retrieves metadata for all tables at startup, before executing the first query.
  • OnUse: Retrieves metadata for each table only when that table is first referenced and the metadata is not already cached.

This property is useful for controlling the tradeoff between startup performance and on-demand metadata discovery.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540