Class VectorStoreMigrationResult
- Namespace
- Mythosia.VectorDb
- Assembly
- Mythosia.VectorDb.Abstractions.dll
public class VectorStoreMigrationResult
- Inheritance
-
VectorStoreMigrationResult
- Inherited Members
-
Properties
MigratedRecords
public long MigratedRecords { get; set; }
Property Value
- long
ProviderName
public string ProviderName { get; set; }
Property Value
- string
ReplacedSource
public bool ReplacedSource { 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
TotalRecords
public long? TotalRecords { get; set; }
Property Value
- long?