StaticSiteDatabaseConnectionConfigurationFileOverview interface      
数据库连接配置文件
属性
| contents | 文件的 Base64 编码。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| file | 
	配置文件的名称。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| type | 配置文件的类型。 注意:此属性不会序列化。 它只能由服务器填充。  | 
属性详细信息
contents
文件的 Base64 编码。 注意:此属性不会序列化。 它只能由服务器填充。
contents?: string
			属性值
string
	fileName
 
配置文件的名称。 注意:此属性不会序列化。 它只能由服务器填充。
fileName?: string
			属性值
string
type
配置文件的类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
			属性值
string