SFBatchSyncUpTarget Class Reference

Inherits from SFSyncUpTarget : SFSyncTarget : NSObject
Conforms to SFAdvancedSyncUpTarget
Declared in SFBatchSyncUpTarget.h

Overview

Subclass of SFSyncUpTarget that batches create, update, and delete operations by using the Salesforce composite API.

– initWithCreateFieldlist:updateFieldlist:maxBatchSize:

Constructor.

- (instancetype)initWithCreateFieldlist:(nullable NSArray<NSString*> *)createFieldlist updateFieldlist:(nullable NSArray<NSString*> *)updateFieldlist maxBatchSize:(nullable NSNumber *)maxBatchSize

Parameters

createFieldlist

List of fields that can be created on the server.

updateFieldlist

List of fields that can be updated on the server.

maxBatchSize

Maximum size of a batch.

Declared In

SFBatchSyncUpTarget.h

+ newFromDict:

Factory method.

+ (instancetype)newFromDict:(nullable NSDictionary *)dict

Declared In

SFBatchSyncUpTarget.h