locked
FileSyncProvider : is filesync.metadata automatically cleaned ? RRS feed

  • Question

  • Hello,

    I was wondering if filesync.metadata is automatically cleaned ? or if I need to implent a cleanup process ?

    I mean if I delete file in source and the synchronisation perform the delete on destination, will metadata on this file be removed ?

     

    If metadata are not clean, is there a sample on metadata cleaning ?

     

    Best regards,

    Laurent

    Wednesday, March 31, 2010 12:56 PM

All replies

  • if i remember the steps right:

    open metadata store

     using the metadata store object you opened, get replicametadata

    then call CleanUpDeletedItems method on the replica metadata object.

    • Edited by JuneT Wednesday, March 31, 2010 11:24 PM
    Wednesday, March 31, 2010 1:09 PM
  • So it means that metadata are not clean automatically ?
    Wednesday, March 31, 2010 1:57 PM
  • What is your business scenario?  Why would you like to cleanup metadata automatically?

    Thanks.


    Leo Zhou ------ This posting is provided "AS IS" with no warranties, and confers no rights.
    Wednesday, March 31, 2010 4:50 PM
    Answerer