Interface IStorageMetrics
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Public interface to define a StorageMetrics object
public interface IStorageMetrics : IDataModel<IStorageMetrics>, IDataModelParent, IDataModelWithContext, ISupportModules<IStorageMetrics>
- Inherited Members
- Extension Methods
Properties
All
A special property used to add an asterisk to a $select statement
object All { get; }
Property Value
LastModified
Gets the last modified date and time of the storage resource.
DateTime LastModified { get; }
Property Value
TotalFileCount
Gets the total count of files in the storage resource.
long TotalFileCount { get; }
Property Value
TotalFileStreamSize
Gets the total stream size of the storage resource.
long TotalFileStreamSize { get; }
Property Value
TotalSize
Gets the total size of the storage resource.
long TotalSize { get; }