ServiceKind Parameter (Connect-MongoDB Cmdlet)
Specifies the type of service the provider can interact with.
Syntax
Connect-MongoDB -ServiceKind string
Possible Values
MongoDB, DocumentDBData 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.