MonobjcMonobjc Documented Class Library
NSSQLiteAnalyzeOption Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSSQLiteAnalyzeOption

Option key to run an analysis of the store data to optimize indices based on statistical information when the store is added to the coordinator.

This invokes SQLite's ANALYZE 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 NSSQLiteAnalyzeOption
Public Shared ReadOnly NSSQLiteAnalyzeOption As NSString
public:
static initonly NSString^ NSSQLiteAnalyzeOption
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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