| DeleteBlocksHeartbeatResponseBlocks Property |
Gets a list with the identifiers of the blocks to delete.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public IList<Guid> Blocks { get; }
Public ReadOnly Property Blocks As IList(Of Guid)
Get
public:
property IList<Guid>^ Blocks {
IList<Guid>^ get ();
}
member Blocks : IList<Guid> with get
Property Value
Type:
IListGuid
A list of
Guid values that identiy the blocks to delete.
See Also