Schema for database properties.

interface DatabaseInformationProps {
    partitioned?: boolean;
}

Properties

Properties

partitioned?: boolean

The value is true for a partitioned database.

Generated using TypeDoc