Skip to main content
PFDataSetObject data model.

Syntax

Members

dataObject   PFJsonObject (Optional) Body of the object to be saved. If empty and DeleteObject is true object will be deleted if it exists, or no operation will occur if it does not exist. Only one of Object or EscapedDataObject fields may be used. deleteObject   bool const*
may be nullptr
(Optional) Flag to indicate that this object should be deleted. Both DataObject and EscapedDataObject must not be set as well. escapedDataObject   const char*
is null-terminated
(Optional) Body of the object to be saved as an escaped JSON string. If empty and DeleteObject is true object will be deleted if it exists, or no operation will occur if it does not exist. Only one of DataObject or EscapedDataObject fields may be used. objectName   const char*
is null-terminated
Name of object. Restricted to a-Z, 0-9, ’(’, ’)’, ’_’, ’-’ and ’.’.

Requirements

Header: PFDataTypes.h

See also

PFDataTypes members
Last modified on August 3, 2026