 | INameServerClientProtocolGetFileForBlock Method |
Gets the file that the specified block belongs to.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxstring GetFileForBlock(
Guid blockId
)
Function GetFileForBlock (
blockId As Guid
) As String
String^ GetFileForBlock(
Guid blockId
)
abstract GetFileForBlock :
blockId : Guid -> string
Parameters
- blockId Guid
- The block id.
Return Value
StringThe path of the file that the block belongs to, or
if the specified block ID isn't known to the DFS.
See Also