BlueprintUpdateInfo
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Information about available blueprint updates for a tenant
public class BlueprintUpdateInfo
Inheritance Object → BlueprintUpdateInfo
Properties
CurrentVersion
Currently applied blueprint version
public BlueprintId CurrentVersion { get; set; }
Property Value
BlueprintId
AvailableVersions
List of available versions that can be updated to
public List<BlueprintId> AvailableVersions { get; set; }
Property Value
RecommendedVersion
Recommended version to update to (typically the latest stable)
public BlueprintId RecommendedVersion { get; set; }
Property Value
BlueprintId
HasMigrationPath
Whether a direct migration path exists from current to recommended version
public bool HasMigrationPath { get; set; }
Property Value
AvailableMigrations
Available migration paths with their source versions
public List<string> AvailableMigrations { get; set; }
Property Value
Constructors
BlueprintUpdateInfo()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public BlueprintUpdateInfo()