ContentSummary(Int64, Int64, Int64, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET