As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Where are the Keys and Values for Options dictionaries documented?
E
Edward LoPinto
started a topic
about 7 years ago
Where can I find a complete list of the possible keys and the datatypes of their values for the various options dictionary used to initialize an AppdataStore object. In otherwords, what can I pass to `KCSAppdataStore.storeWithOptions:`?
The only options I'm aware of are those shown in this example. But when I look at the reference for KCSStore or KCSAppdataStore, I can't find an exhaustive list anywhere. Are those the only two options?
Best Answer
P
Pranav J
said
almost 7 years ago
Edward,
Can you let us know what are you trying to accomplish?
Here is the documentation on KCSAppdataStore options -
KCSStoreKeyResource ("resource") - key for the backing resource
KCSStoreKeyCollectionName ("collectionName") - key for the backing collection name. This can be used instead of supplying a KCSStoreKeyResource. Use with KCSStoreKeyCollectionTemplateClass.
KCSStoreKeyCollectionTemplateClass ("collectionClass") - key for the backing collection object class. This can be used instead of suppling a KCSStoreKeyResource. Use with KCSStoreKeyCollectionName. If a KCSStoreKeyCollectionName is supplied, but no KCSStoreKeyCollectionTemplateClass, NSMutableDictionary will be used by default.
KCSStoreKeyOngoingProgress ("referenceprogress") and KCSStoreKeyTitle ("storetitle") are internal keys.
For some reason, this information is not present in reference docs. I have conveyed this issue to the development team and devcenter update will happen soon.
Thanks,
Pranav
Kinvey Support
1 Comment
P
Pranav J
said
almost 7 years ago
Answer
Edward,
Can you let us know what are you trying to accomplish?
Here is the documentation on KCSAppdataStore options -
KCSStoreKeyResource ("resource") - key for the backing resource
KCSStoreKeyCollectionName ("collectionName") - key for the backing collection name. This can be used instead of supplying a KCSStoreKeyResource. Use with KCSStoreKeyCollectionTemplateClass.
KCSStoreKeyCollectionTemplateClass ("collectionClass") - key for the backing collection object class. This can be used instead of suppling a KCSStoreKeyResource. Use with KCSStoreKeyCollectionName. If a KCSStoreKeyCollectionName is supplied, but no KCSStoreKeyCollectionTemplateClass, NSMutableDictionary will be used by default.
KCSStoreKeyOngoingProgress ("referenceprogress") and KCSStoreKeyTitle ("storetitle") are internal keys.
For some reason, this information is not present in reference docs. I have conveyed this issue to the development team and devcenter update will happen soon.
Edward LoPinto
Where can I find a complete list of the possible keys and the datatypes of their values for the various options dictionary used to initialize an AppdataStore object. In otherwords, what can I pass to `KCSAppdataStore.storeWithOptions:`?
The only options I'm aware of are those shown in this example. But when I look at the reference for KCSStore or KCSAppdataStore, I can't find an exhaustive list anywhere. Are those the only two options?
Can you let us know what are you trying to accomplish?
KCSStoreKeyCollectionTemplateClass, NSMutableDictionary will be used by default.
For some reason, this information is not present in reference docs. I have conveyed this issue to the development team and devcenter update will happen soon.
Thanks,
Pranav
Kinvey Support
Pranav J
Can you let us know what are you trying to accomplish?
KCSStoreKeyCollectionTemplateClass, NSMutableDictionary will be used by default.
For some reason, this information is not present in reference docs. I have conveyed this issue to the development team and devcenter update will happen soon.
Thanks,
Pranav
Kinvey Support
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics