DatasetOptimizeConfig constructor
const
DatasetOptimizeConfig({
- bool? compactFiles = true,
- bool? optimizeIndices = true,
- bool? cleanupOldVersions = false,
- int? targetRowsPerFragment,
- int? maxRowsPerGroup,
- int? maxBytesPerFile,
- bool? materializeDeletions,
- double? materializeDeletionsThreshold,
- bool? deferIndexRemap,
- int? numThreads,
- int? batchSize,
- String? compactionMode,
- int? binaryCopyReadBatchBytes,
- int? numIndicesToMerge,
- List<
String> ? indexNames, - bool? retrain,
- double? olderThanSeconds = 604800,
- int? retainVersions,
- bool? deleteUnverified,
- bool? errorIfTaggedOldVersions,
- int? deleteRateLimit,
Implementation
const DatasetOptimizeConfig({
this.compactFiles = true,
this.optimizeIndices = true,
this.cleanupOldVersions = false,
this.targetRowsPerFragment,
this.maxRowsPerGroup,
this.maxBytesPerFile,
this.materializeDeletions,
this.materializeDeletionsThreshold,
this.deferIndexRemap,
this.numThreads,
this.batchSize,
this.compactionMode,
this.binaryCopyReadBatchBytes,
this.numIndicesToMerge,
this.indexNames,
this.retrain,
this.olderThanSeconds = 604800,
this.retainVersions,
this.deleteUnverified,
this.errorIfTaggedOldVersions,
this.deleteRateLimit,
});