WorkspaceDbManifest Interface

Metadata stored inside a WorkspaceDb describing the database's contents, to help users understand the purpose of the WorkspaceDb, who to contact with questions about it, and so on.

@note Only the workspaceName field is required, and users may add additional fields for their own purposes.

@note Since the information is stored inside of the WorkspaceDb, it is versioned along with the rest of the contents.

Properties

Name Type Description
contactName Readonly string | undefined The name of the person to contact with questions about this WorkspaceDb.  
description Readonly string | undefined A description of the contents of this WorkspaceDb to help users understand its purpose and appropriate usage.  
lastEditedBy Readonly string | undefined The name of the person who last modified this WorkspaceDb.  
workspaceName Readonly string The name of the WorkspaceDb to be shown in user interfaces.  

Defined in

Last Updated: 21 November, 2024