  | BlockReportHeartbeatDataBlocks Property  | 
 
            Gets the the blocks that are stored on this data server.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic ReadOnlyCollection<Guid> Blocks { get; }Public ReadOnly Property Blocks As ReadOnlyCollection(Of Guid)
	Get
public:
property ReadOnlyCollection<Guid>^ Blocks {
	ReadOnlyCollection<Guid>^ get ();
}member Blocks : ReadOnlyCollection<Guid> with get
Property Value
Type: 
ReadOnlyCollectionGuid
            A list of block IDs for the blocks stored on this data server.
            
See Also