 | DeleteBlocksHeartbeatResponseBlocks Property |
Gets a list with the identifiers of the blocks to delete.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic List<Guid> Blocks { get; }
Public ReadOnly Property Blocks As List(Of Guid)
Get
public:
property List<Guid>^ Blocks {
List<Guid>^ get ();
}
member Blocks : List<Guid> with get
Property Value
ListGuid
A list of
Guid values that identity the blocks to delete.
See Also