ACPushTable Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in ACPushTable.h

  className

订阅的表名

@property (nonatomic, copy) NSString *className

Declared In

ACPushTable.h

  primaryKey

监听主键,此处对应添加数据集时的监控主键(监控主键必须是数据集主键的子集)

@property (nonatomic, strong) ACObject *primaryKey

Declared In

ACPushTable.h

  opType

监听类型,如以下为只要发生创建、删除、替换、更新数据集的时候即会推送数据

@property (nonatomic, assign) ACPushTableOpType opType

Declared In

ACPushTable.h