  | BlockReportHeartbeatDataBlocks Property | 
            Gets the the blocks that are stored on this data server.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic Guid[] Blocks { get; }Public ReadOnly Property Blocks As Guid()
	Get
public:
property array<Guid>^ Blocks {
	array<Guid>^ get ();
}member Blocks : Guid[] with get
Property Value
Guid
            A list of block IDs for the blocks stored on this data server.
            
See Also