Class VectorStoreMigrationPlan
- Namespace
- Mythosia.VectorDb
- Assembly
- Mythosia.VectorDb.Abstractions.dll
public class VectorStoreMigrationPlan
- Inheritance
-
VectorStoreMigrationPlan
- Inherited Members
-
Properties
MigrationRequired
public bool MigrationRequired { get; set; }
Property Value
- bool
ProviderName
public string ProviderName { get; set; }
Property Value
- string
ReplaceOnSuccess
public bool ReplaceOnSuccess { get; set; }
Property Value
- bool
SchemaKind
public string SchemaKind { get; set; }
Property Value
- string
SchemaVersion
public int SchemaVersion { get; set; }
Property Value
- int
Source
public string Source { get; set; }
Property Value
- string
Target
public string Target { get; set; }
Property Value
- string
TargetSchemaKind
public string TargetSchemaKind { get; set; }
Property Value
- string
TargetSchemaVersion
public int TargetSchemaVersion { get; set; }
Property Value
- int