Share via


ContentSummary(Int64, Int64, Int64, Int64) Constructor

Definition

Creates instance of contentsummary

public ContentSummary (long directoryCnt, long fileCnt, long length, long spaceConsumed);
new Microsoft.Azure.DataLake.Store.ContentSummary : int64 * int64 * int64 * int64 -> Microsoft.Azure.DataLake.Store.ContentSummary
Public Sub New (directoryCnt As Long, fileCnt As Long, length As Long, spaceConsumed As Long)

Parameters

directoryCnt
Int64

Directory count

fileCnt
Int64

File count

length
Int64

Size

spaceConsumed
Int64

Total size

Applies to