| 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
)
Function GetFileForBlock (
blockId As Guid
) As String
String^ GetFileForBlock(
Guid blockId
)
abstract GetFileForBlock :
blockId : Guid -> string
Parameters
- blockId
- Type: SystemGuid
The block id.
Return Value
Type:
StringThe path of the file that the block belongs to, or
if the specified block ID isn't known to the DFS.
See Also