Class VectorStoreMigrationProgress
public class VectorStoreMigrationProgress
- Inheritance
-
VectorStoreMigrationProgress
- Inherited Members
Properties
Message
public string Message { get; set; }
Property Value
ProcessedRecords
public long ProcessedRecords { get; set; }
Property Value
Stage
public string Stage { get; set; }
Property Value
TotalRecords
public long? TotalRecords { get; set; }
Property Value
- long?