Click or drag to resize

SolidFireElementStartBulkVolumeWriteAsync Method (StartBulkVolumeWriteRequest, CancellationToken)

StartBulkVolumeWrite enables you to initialize a bulk volume write session on a specified volume. Only two bulk volume processes can run simultaneously on a volume. When you initialize the write session, data is written to a SolidFire storage volume from an external backup source. The external data is accessed by a web server running on an SF-series node. Communications and server interaction information for external data access is passed by a script running on the storage system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<StartBulkVolumeWriteResult> StartBulkVolumeWriteAsync(
	StartBulkVolumeWriteRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiStartBulkVolumeWriteRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskStartBulkVolumeWriteResult

Implements

ISolidFireElementStartBulkVolumeWriteAsync(StartBulkVolumeWriteRequest, CancellationToken)
See Also