package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMockReader creates a new instance of MockReader.
No description provided by the author
No description provided by the author
SkipDiskQuotaCheck indicates whether the import skips the disk quota check.
# Constants
BackupFlag indicates whether the import is in backup-restore mode, default to false.
No description provided by the author
No description provided by the author
CSVNullKey specifies the null key used when importing CSV files.
CSVSep specifies the delimiter used for importing CSV files.
Options for backup-restore mode.
Options for backup-restore mode.
No description provided by the author
No description provided by the author
No description provided by the author
L0Import indicates whether to import l0 segments only.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SkipDQC indicates whether to bypass the disk quota check, default to false.
StartTs StartTs2 EndTs EndTs2 are used to filter data during backup-restore import.
Options for backup-restore mode.
Timeout specifies the timeout duration for import, such as "300s", "1.5h" or "1h45m".
# Variables
No description provided by the author
# Structs
MockReader is an autogenerated mock type for the Reader type.
MockReader_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
No description provided by the author
MockReader_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'.
MockReader_Size_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Size'.
# Interfaces
go:generate mockery --name=Reader --structname=MockReader --output=./ --filename=mock_reader.go --with-expecter --inpackage.