Code Monkey home page Code Monkey logo

Comments (8)

EmmaZhu avatar EmmaZhu commented on September 13, 2024

Are you invoking CopyDirectoryAsync to copy blobs? Did you assign true or false to isServiceCopy when invoking the method? Are the two storage account in the same DC or not?
You can use ProgressHandler in TransferContext to monitor copying progress.

from azure-storage-net-data-movement.

prabhakarreddy1234 avatar prabhakarreddy1234 commented on September 13, 2024

Yes. I am invoking CopyDirectoryAsync.
Yes. I assigned IsServiceCopy = True
They are not in the same DC as it is backup, i want to make sure the backup lives in other DC.
I am using ProgressHandler and it is showing the copy progress. But not sure which file is transferred. I mean, the file uploaded after the copy process started ?

from azure-storage-net-data-movement.

EmmaZhu avatar EmmaZhu commented on September 13, 2024

There is an EventHandler FileTransferred in DirectoryTransferContext which can be used to monitor files got copied successfully, the EventHandler FileFailed can be used to monitor transfer failures.

from azure-storage-net-data-movement.

prabhakarreddy1234 avatar prabhakarreddy1234 commented on September 13, 2024

I am using FileTransferred, FilesSkipped, FileFailed call backs. But my question is about the dataslice which is being copied. If during the copy, if i add another blob to the blob storage then would that new blob as well be copied to the destination ?
If yes, When does the job gets completed in the case where high volume applications pushing blobs into blob storage continuously 24/7 ?
If No, What should be the dataslice start and end times ? can we configure it ?

from azure-storage-net-data-movement.

blueww avatar blueww commented on September 13, 2024

DMLib don't support changing source and destination.

From the code perspective, if the new added blob name location in the list sequence is still not listed by DMlib (such as you add a blob with name "z", and DMlib just list to "a"), it will be transferred by DMlib finally; else (e.g. you add blob name "a", and DMlib list to "z"), then the blob will not be transferred.

from azure-storage-net-data-movement.

vinjiang avatar vinjiang commented on September 13, 2024

@EmmaZhu , please follow up the remaining questions.

from azure-storage-net-data-movement.

EmmaZhu avatar EmmaZhu commented on September 13, 2024

@prabhakarreddy1234
Have our reply answered your questions? Do you need our further assistant?

from azure-storage-net-data-movement.

EmmaZhu avatar EmmaZhu commented on September 13, 2024

Close this issue for now. Please feel free to reopen it or open a new one if any further assistant needed.

from azure-storage-net-data-movement.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.