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