Cmdlets for MongoDB

Build 25.0.9434

ServiceKind Parameter (Connect-MongoDB Cmdlet)

Specifies the type of service the provider can interact with.

Syntax

Connect-MongoDB -ServiceKind string

Possible Values

MongoDB, DocumentDB

Data Type

cstr

Default Value

"MongoDB"

Remarks

The ServiceKind property informs the cmdlet of the type of MongoDB service to which it is connecting. This can affect how the connection operates or which features are accessible. Typical values include MongoDB for standard MongoDB deployments. This is the default option.

This property is useful for tools that support various MongoDB services.

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