StaticSiteDatabaseConnectionConfigurationFileOverview Class

A database connection configuration file.

Constructor

StaticSiteDatabaseConnectionConfigurationFileOverview(*args: Any, **kwargs: Any)

Variables

Name Description
file_name
str

The name of the configuration file.

contents
str

The Base64 encoding of the file contents.

type
str

The type of configuration file.

Attributes

contents

The Base64 encoding of the file contents.

contents: str | None

file_name

The name of the configuration file.

file_name: str | None

type

The type of configuration file.

type: str | None