DbSystemInitialStorageSizeProperties constructor

DbSystemInitialStorageSizeProperties({
  1. List<StorageSizeDetails>? launchFromBackupStorageSizeDetails,
  2. String? shapeType,
  3. String? storageManagement,
  4. List<StorageSizeDetails>? storageSizeDetails,
})

Implementation

DbSystemInitialStorageSizeProperties({
  this.launchFromBackupStorageSizeDetails,
  this.shapeType,
  this.storageManagement,
  this.storageSizeDetails,
});