Cmdlets for OData

Build 25.0.9434

UseEtags Parameter (Connect-OData Cmdlet)

The purpose of this property is to optionally hide the Etag column if the service does not return a value for it. Otherwise, it will be included but remain empty.

Syntax

Connect-OData -UseEtags bool

Data Type

bool

Default Value

true

Remarks

When the UseEtags property is set to true, a new column called Etag will be exposed for each table. This column will display the Etag value for the specified row. If the service does not support ETags, the value in this column will be NULL. In such cases, it is recommended to set this property to false to remove the column entirely.

This property is useful for keeping track of record updates.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434