Start a Conversation

Unsolved

G

6 Posts

1077

July 19th, 2021 01:00

query for QueryObjects

Hi!

We are making a project, andy using DELL ECS for storing files. We have problem with search objects.

We use QueryObjectsRequest to get objects names and metadatas. If we use one parameter to set query for the request, everything is okay:

String query = some-id=='abc'

We get the first 1.000 QueryObjects pack in the QueryObjectsResult class.

But if we use two or three paramerets:

String query = some-id=='abc' and another-id=='def'

we do not get correctly the answer. It seems, that we get the first 1.000 objects that match with the first parameter, and from this 1.000 objects we get that's match with the second parameter. And there is no more pack, but still there more object, that match to the two parameters.

Can somebody to explain how should we use this query?

Can we find documentation about is somewhere?

Thanks: Gábor

 

 

 

 

 

 

Moderator

 • 

7.1K Posts

July 19th, 2021 15:00

Hello Gabor,

Here is a link to the administrator guide and if you look on page 91 it explains about S3/NFS multi-protocol access to directories and files. https://dell.to/3ipVwRp

July 23rd, 2021 03:00

Hello Sam!

Thanks for the documents!

We checked them but did not find the answer for our question. Can you help with it?

Thanks: Gábor

Moderator

 • 

7.1K Posts

July 23rd, 2021 16:00

Hello Gabor,

It is best to open a support case for your unique issue that you are facing.

No Events found!

Top