Docs Menu
Docs Home
/
MongoDB Meta Documentation
/ / /

Reference Page Prototype

On this page

  • Definition
  • Compatibility
  • Syntax
  • Command Fields
  • Behaviors
  • Examples
  • Learn More

Note

This page provides general guidance and examples for Information Types. Verify the correct and consistent guidelines for each product with your team.

A reference page provides quick information to experienced users of a product. Reference pages may describe the use of a method, operator, or database command. Release notes are another example of reference page.

Usually, the title of a reference page is the name of the command, operator, or method it describes.

A reference page begins with a brief introduction summarizing its contents, often called a short description. The short description explains a little about how the reference material is used, and may link to a concept or task page.

Optional.

A list of MongoDB editions that support the referenced method, operator, or database command:

  • MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud

Note

If Atlas supports the command or functionality, specify a level of compatibility such as one of the following:

  • Available in all clusters

  • Available only in certain clusters

  • Available in no clusters

To see an example, see aggregate Compatibility.

Tip

On the MongoDB Server documentation, you can use the following includes for the list of supported MongoDB editions:

  • .. include:: /includes/fact-environments-atlas-only.rst

  • .. include:: /includes/fact-environments-onprem-only.rst

On the MongoDB Drivers documentation, you can use .. sharedinclude:: dbx/platform-support/atlas-connect-compatible-deployment.rst.

This section includes the sample syntax with the required parameters.

db.adminCommand(
{
addShard: "<replica_set>/<hostname><:port>",
maxSize: <size>,
name: "<shard_name>"
}
)

The command takes the following fields:

Field
Type
Necessity
Description

Parameter

String

Required

String

Optional.

Behaviors should apply only to the operator described on this page.

Optional.

This section could contain examples of the most common use cases. Use includes for Reference and Task page examples, so we write the examples once, present them consistently throughout the documentation, and can update them easily.

If an example is shared between task and reference, you should write it as an include.

This section appears on every information typed page. It does not replace inline linking, but is intended to augment the information on the page with related concepts, tasks, and reference material. Use it to link related pages that are not already linked above, such as reference information, technical deep dives, less commonly used task pages, or related concepts.

Back

Concept Page Prototype