Microsoft Developer Network > 포럼 홈 > Live Framework > how do i get Sync Entries based on eTag
질문하기질문하기
 

답변됨how do i get Sync Entries based on eTag

  • 2009년 6월 26일 금요일 오후 4:25krskumar 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,
    Is it possible to retrieve SyncEntries based on eTag?

    e.g. Get me all the Entries of a Feed whose eTag>2.. This should return me all the entries (including deleted) whose sequence is > 2

    Thanks,
    Kumar Subramanian

답변

  • 2009년 7월 2일 목요일 오전 6:06Vikas-AhujaMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Thanks Neil.

    For GETing an incremental feed, Kumar would need to put the Etag value in the "If-None-Match" header.
    This posting is provided "AS IS" with no warranties, and confers no rights.

모든 응답

  • 2009년 7월 2일 목요일 오전 3:15Neil Mackenzie 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I believe the intent is that you treat the ETag as an entity tag the internal representation of which is opaque. In other words, you should not rely on the numerical ordering of the integer representation of the ETag. Consequently, there is no reason to and you should not perform the query you seek to perform.
  • 2009년 7월 2일 목요일 오전 6:06Vikas-AhujaMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Thanks Neil.

    For GETing an incremental feed, Kumar would need to put the Etag value in the "If-None-Match" header.
    This posting is provided "AS IS" with no warranties, and confers no rights.