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: 2.0.0
Syntax
string GetFileForBlock(
	Guid blockId
)

Parameters

blockId
Type: SystemGuid
The block id.

Return Value

Type: 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