Post

1 follower Follow
0
Avatar

Query with page size options

I want to write a query of which results coming in a single page .

So i want to give unlimited length of a page.Is it possible?

I tried with

  Paging = new Paging

                {

                    PageSize = 100000,

                    PageSizeSpecified = true

                },

 

But not working ,still give 1000 records in one page.

 

Bharti Kishnani Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi Bharti.

You cannot exceed 1000 records per message.

You should issue another message increasing the page number (alternatively, you can copy the results Paging object to the query message )

Hope this helps,

Ophir

Ophir Kenig 0 votes
Comment actions Permalink