Click or drag to resize

INameServerClientProtocolGetFileForBlock Method

Gets the file that the specified block belongs to.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
string GetFileForBlock(
	Guid blockId
)

Parameters

blockId  Guid
The block id.

Return Value

String
The path of the file that the block belongs to, or if the specified block ID isn't known to the DFS.
See Also