Cmdlets for MarkLogic

Build 24.0.9060

Select-MarkLogic Cmdlet

Parameters   Output Objects  

Searches MarkLogic data.

Syntax

Select-MarkLogic [parameters]

Remarks

The Select-MarkLogic cmdlet allows you to use a syntax similar to SQL SELECT statements to search MarkLogic data.

$conn = Connect-MarkLogic -User 'myusername' -Password 'mypassword' -Server 'marklogic'
Select-MarkLogic -Connection $conn -Table "[CData].[main].Customer" -Columns @("Name","TotalDue") -Where "CustomerId='12345'"

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