MSSystemProperties Constants Reference
| Declared in | MSTable.h | 
|---|
MSSystemProperties
Definition
typedef NS_OPTIONS(NSUInteger, MSSystemProperties ) {
                            
                               MSSystemPropertyNone = 0,
                            
                               MSSystemPropertyCreatedAt = 1 < < 0,
                            
                               MSSystemPropertyUpdatedAt = 1 < < 1,
                            
                               MSSystemPropertyVersion = 1 < < 2,
                            
                               MSSystemPropertyDeleted = 1 < < 3,
                            
                               MSSystemPropertyAll = 0 xFFFF,
                            
                            };