Unsolved
This post is more than 5 years old
2 Posts
0
4618
June 11th, 2009 09:00
ListObjects API with some Object meta data in
It looks like the current ListObjects API can return a list of object ids. My question here is can the object details such as the name, the modification date and a small set of properties be returned in the same call. We are implementing support for a 'dir' kind of function, you do a 'dir', it returns a list of files/folders inside the parent folder (done through ListObjects). So a one round trip call with everything needed to show to the end user is better than multiple round trip calls.
Thanks,
Jerry
No Events found!


cna2
2 Posts
0
June 15th, 2009 08:00
Jerry -
We'll be updating Atmos onLine in the next couple weeks. Included in that update will be an additional header option for ListObjects: "x-emc-include-meta". When set, the call will return both the object ids and their metadata, which should contain the necessary data you're looking for.
/Chris
aashishpatil
2 Intern
•
212 Posts
0
July 12th, 2009 08:00
Has this option been added ?
Thanks,
Aashish
ArunnJohn
1 Message
0
July 14th, 2009 07:00
This is what we want...Please let us know if the update is done yet..
rbala1
222 Posts
0
July 14th, 2009 11:00
Folks,
This additional meta information is not part of listObjects in the current or next minor immediate release. I will be sure to note that this functionality is important, but an ETA for delivery is unknown at the moment.
Raj
JerseyDev
2 Posts
0
July 17th, 2009 15:00
It is working now when I use
"x-emc-include-meta: 1"
Leo
rbala1
222 Posts
0
July 20th, 2009 06:00
That's good to hear. Glad it works.
This sort of feedback is very helpful.
vzaliva
1 Rookie
•
6 Posts
0
October 20th, 2009 11:00
It might work with ListObjects but I have tested with ListDirectory and it does not work there.