Source repository for GridFS are a compound ID take the form of:
[collection]:[mongodbId]:[version]
As an example
demo:61684139dc5eb835dbf0a0c2:1
- Insert Federation Services Metadata: Uses Federation Services specific metadata with objects. File Store Connector ID is only used if this is enabled. Check-in and check-out functionality is only used if this is enabled.
- GridFS Bucket for file uploads: Name of a single collection
- File Store Connector ID: Connector ID of Content Service Connector to use as the File Store. Or leave blank to use native GridFS. This field is only used if MongoDB GridFS is Enabled in the Authentication Connector.
- File Store Root Folder ID: If using a File Store, this value is required. This field is only used if MongoDB GridFS is Enabled in the Authentication Connector.
Supported Methods:
- Check In *
- Check Out *
- Create File *
- Create Folder (id = bucket name to create)
- Delete Folder (id = bucket name to delete)
- Delete Object By ID
- Get File Content
- Get Version Content
- Get Object Properties
- Get Version Properties
- List Versions
- Update File Content
- Update File Properties
- Get Object ID By Path (folderPath will be the bucket in this case)