Type Alias GeoArrowEnvelopeMigrationPlanV1Experimental

GeoArrowEnvelopeMigrationPlanV1: {
    applicable: true;
    migrations: readonly GeoArrowEnvelopeMigrationV1[];
    steps: readonly string[];
} | {
    applicable: false;
    detail: string;
    reason: GeoArrowEnvelopeMigrationRefusal;
}

Resolved migration chain for one stored envelope version, or the refusal.

Type declaration

  • Readonlyapplicable: true
  • Readonlymigrations: readonly GeoArrowEnvelopeMigrationV1[]
  • Readonlysteps: readonly string[]

    Applied steps in order, as from->to; empty when already current.