01_dp - fasteiner/Notion GitHub Wiki

DatabaseProperty: DB

API Reference

classDiagram
    class notion_databaseproperties {
        Add()
        ConvertFromObject()
    }
    `hashtable` --|> `notion_databaseproperties`:inherits

The database properties have a name, which is the key and a value, which is the actual property. This matches the built-in functionality of a hashtable, therefore the database properties are derived from the class Hashtable.

Database: Properties