Click or drag to resize

DeleteBlocksHeartbeatResponse Constructor

Initializes a new instance of the DeleteBlocksHeartbeatResponse class.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public DeleteBlocksHeartbeatResponse(
	Guid fileSystemId,
	IEnumerable<Guid> blocks
)

Parameters

fileSystemId
Type: SystemGuid
The file system id.
blocks
Type: System.Collections.GenericIEnumerableGuid
A list of the identifiers of the blocks to delete.
See Also