Click or drag to resize

SolidFireElementStartBulkVolumeWriteAsync Method (CancellationToken, Int64, String, String, Hashtable, Hashtable)

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(
	CancellationToken cancellationToken,
	long VolumeID,
	string Format,
	string Script = null,
	Hashtable ScriptParameters = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64
Format
Type: SystemString
Script (Optional)
Type: SystemString
ScriptParameters (Optional)
Type: System.CollectionsHashtable
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: TaskStartBulkVolumeWriteResult

Implements

ISolidFireElementStartBulkVolumeWriteAsync(CancellationToken, Int64, String, String, Hashtable, Hashtable)
See Also