MonobjcMonobjc Documented Class Library
NSSQLiteManualVacuumOption Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSSQLiteManualVacuumOption

Option key to rebuild the store file, forcing a database wide defragmentation when the store is added to the coordinator.

This invokes SQLite's VACUUM command. It is ignored by stores other than the SQLite store.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSSQLiteManualVacuumOption
Public Shared ReadOnly NSSQLiteManualVacuumOption As NSString
public:
static initonly NSString^ NSSQLiteManualVacuumOption
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)