Inherits from NSObject
Declared in JSONStoreOpenOptions.h

Overview

Contains JSONStore options that are used to open collections.

Tasks

Properties

analytics

Determines if we log analytics data for JSONStore operations.

@property (nonatomic) BOOL analytics

Availability

IBM Worklight V6.2.0

Declared In

JSONStoreOpenOptions.h

password

The password.

@property (nonatomic, strong) NSString *password

Availability

IBM Worklight V6.2.0

Declared In

JSONStoreOpenOptions.h

secureRandom

The secure random that is used for the Data Protection Key (DPK).

@property (nonatomic, strong) NSString *secureRandom

Availability

IBM Worklight V6.2.0

Declared In

JSONStoreOpenOptions.h

syncAdapterPath

The sync adapter

@property (nonatomic) NSString *syncAdapterPath

Availability

IBM MFP 8.0

Declared In

JSONStoreOpenOptions.h

syncPolicy

The sync policy

@property (nonatomic) JSONStoreSyncPolicy syncPolicy

Availability

IBM MFP 8.0

Declared In

JSONStoreOpenOptions.h

username

The user name.

@property (nonatomic, strong) NSString *username

Availability

IBM Worklight V6.2.0

Declared In

JSONStoreOpenOptions.h