Skip to main content

View Collection Settings

This page describes how to view and update collection settings.

In the Macrometa web console, you can view and update collection settings in the Settings tab. You can also Delete or Truncate the collection.

View Collection Settings

  1. Log in to your Macrometa account.
  2. Click Data > Collections.
  3. Click the collection for which you want to view the settings.
  4. Click Settings to view the Settings tab.

Collection Settings

The Settings tab contains the following fields:

Collection Details

  • Collection Name - The name set at collection creation. Cannot be changed.
  • Collection ID - System-generated ID of the selected collection.
  • Distribution - Global or local, defined at collection creation. For more information, refer to Global or Local Collections.
  • Data Model - Type of data that the collection accepts, either document or edge.
  • Strong Consistency - Indicates whether this collection has strong consistency guarantees. For more information, refer to Strong Consistency.
  • Synchronous Writes - Click to turn synchronous writes on or off for the collection.
  • Resource URL - API URL and endpoint to access the collection. You might use this when creating a cURL command or HTTP request to interact with the collection.

Collection Details Section

Collection Stream

This section is not in Redis Mode collection settings.

note

Streams are enabled and disabled on a per-region basis, not a per-fabric basis. This means that when you toggle streams on or off, that selection only applies to the location displayed at the top of the side menu. You must change location and repeat the selection to apply the change to other locations.

  • Stream Enabled - Click to turn streams on or off for this collection. When streams are enabled, you can access the Stream tab.
  • Stream Name - The name of the collection stream.
  • Replication - Whether the stream is replicated globally or locally.
  • WebSocket URL - The WebSocket connection to the collection stream allows you to interact with the stream in real-time. This connection allows you to receive live updates as documents are added, updated, or removed from the collection.

Collection Stream Section

Truncate Collection

For more information, refer to Truncate Collection.

Delete Collection

For more information, refer to Delete Collection.