DataLakeStoreChildItemSummary Class
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.
Powershell side data structure containing files and directory count and total size
public class DataLakeStoreChildItemSummary
type DataLakeStoreChildItemSummary = class
Public Class DataLakeStoreChildItemSummary
- Inheritance
-
DataLakeStoreChildItemSummary
Constructors
DataLakeStoreChildItemSummary(ContentSummary) |
Creates instance of DataLakeStoreChildItemSummary |
Properties
DirectoryCount |
Total directory count |
FileCount |
Total file count |
Length |
Total file sizes |
SpaceConsumed |
Total space consumed |