-
Manage Items and Permissions
- Add or Update a Single Basic Item in a Public Push Source
- Add or Update a Single Item in a Push Source
- Delete an Item and Optionally its Children
- Delete Old Items in a Push Source
- Manage Batches of Items in a Push Source
- Push Item Data
- Push Source Item Metadata
- Simple Permission Model Definition Examples
- Complex Permission Model Definition Example
- parentId Property
- Item Models
Pushing Item Data
Depending on your needs, you can use one of the following properties to specify the data you want to push along with an individual item:
Property name | Maximum data size | Allows binary data | Allows compressed data | Note | Dedicated article |
---|---|---|---|---|---|
data |
5 MB | Limited, but simple and useful for tests. |
Using the data Property | ||
compressedBinaryData |
5 MB | Value must be the Base64 encoded data. |
Using the compressedBinaryData Property | ||
compressedBinaryDataFileId |
256 MB | Value must be the ID of the file container where the data was previously uploaded. | Using the compressedBinaryDataFileId Property |
Whenever you perform an operation to add or update an item in a Push source, you should specify an adequate value for the fileExtension
property (e.g., .txt
, .html
, .docx
, .pdf
, etc.).
Articles in this section:
What's Next for Me?