Database constructor
Database({
- String? createTime,
- String? databaseDialect,
- String? defaultLeader,
- String? earliestVersionTime,
- bool? enableDropProtection,
- EncryptionConfig? encryptionConfig,
- List<
EncryptionInfo> ? encryptionInfo, - String? name,
- QuorumInfo? quorumInfo,
- bool? reconciling,
- RestoreInfo? restoreInfo,
- String? state,
- String? versionRetentionPeriod,
Implementation
Database({
this.createTime,
this.databaseDialect,
this.defaultLeader,
this.earliestVersionTime,
this.enableDropProtection,
this.encryptionConfig,
this.encryptionInfo,
this.name,
this.quorumInfo,
this.reconciling,
this.restoreInfo,
this.state,
this.versionRetentionPeriod,
});