Start a Conversation

Unsolved

This post is more than 5 years old

755

December 18th, 2014 00:00

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.

409 Posts

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

13 Posts

December 18th, 2014 05:00

Thank you for your prompt response.

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)

No Events found!

Top