Class DatabaseBuilder.Result
Represents the result of a database creation or upgrade.
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Install
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DatabaseBuilder.Result
Properties
View SourceMessage
Gets or sets the message returned by the operation.
Declaration
public string? Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Percentage
Gets or sets an install progress pseudo-percentage.
Declaration
public string? Percentage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequiresUpgrade
Gets or sets a value indicating whether an upgrade is required.
Declaration
public bool RequiresUpgrade { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Success
Gets or sets a value indicating whether the operation succeeded.
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |