Unsolved
This post is more than 5 years old
13 Posts
0
778
Is it possible to write multiple files to centera under one clip id.
Is it possible to write multiple files to centera under one clip id?
If it is can you point me to any examples of how to do this please.
mckeown_paul
409 Posts
1
December 18th, 2014 04:00
Yes you can. After you create the first tag and write the blob, create another tag as a sibling or child tag and write the next blob to that
You will find this discussed in the programmers manual which comes with the SDK download
GloryBoy
13 Posts
0
December 18th, 2014 05:00
Thank you for your prompt response.
Gotsche_Helmut
48 Posts
0
December 18th, 2014 06:00
Yes, this is the design of Centera APIs:
Writing a cClip (=metadata and all their data files) to Centera is done be several API calls and can be seen as three phases:
1. Create a metadata space and add individual Metadata tags
2. Transfer ALL files, which belong to this archival compound (cClip) either concatenated as one "container" remembering the offsets as metadata or as separate Blobs
3. Write the Metadata space to Centera and record the returned Content Address for future reference
Each of these steps has several API calls (see step 2)