Table of Contents

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

object

LastModified

Gets the last modified date and time of the storage resource.

DateTime LastModified { get; }

Property Value

DateTime

TotalFileCount

Gets the total count of files in the storage resource.

long TotalFileCount { get; }

Property Value

long

TotalFileStreamSize

Gets the total stream size of the storage resource.

long TotalFileStreamSize { get; }

Property Value

long

TotalSize

Gets the total size of the storage resource.

long TotalSize { get; }

Property Value

long