  | JumboFileBlocks Property | 
            Gets the IDs of the blocks of this file.
            
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic ImmutableArray<Guid> Blocks { get; }Public ReadOnly Property Blocks As ImmutableArray(Of Guid)
	Get
public:
property ImmutableArray<Guid> Blocks {
	ImmutableArray<Guid> get ();
}member Blocks : ImmutableArray<Guid> with get
Property Value
ImmutableArrayGuid
            A list of block IDs, or a list containing 
Empty if this file system doesn't support blocks.
            
See Also