Cmdlets for ServiceNow

Build 24.0.9060

GetColumnsMetadata Parameter (Connect-ServiceNow Cmdlet)

Indicates the user preference as to when and how the provider should get the columns metadata.

Syntax

Connect-ServiceNow -GetColumnsMetadata string

Possible Values

OnStart, OnUse

Data Type

cstr

Default Value

"OnStart"

Remarks

Available settings are the following:

  • OnStart: The cmdlet will execute the metadata calls to discover and cache all columns for every table, prior to executing the first statement.
  • OnUse: The cmdlet will execute the table specific metadata calls the first time the table is referenced, provided the metadata for the table is not already cached.

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