TransferCheckpointStoreOptions(String) Constructor

Definition

Sets the checkpointer options to use a Local Checkpointer where the checkpoint information is stored at a local folder.

public TransferCheckpointStoreOptions (string localCheckpointerPath);
new Azure.Storage.DataMovement.TransferCheckpointStoreOptions : string -> Azure.Storage.DataMovement.TransferCheckpointStoreOptions
Public Sub New (localCheckpointerPath As String)

Parameters

localCheckpointerPath
String

The local folder where the checkpoint information will be stored.

Applies to