Search Results for

    Show / Hide Table of Contents

    Interface IStorageMetrics

    Public interface to define a StorageMetrics object

    Inherited Members
    IDataModel<IStorageMetrics>.Requested
    IDataModel<IStorageMetrics>.HasValue(string)
    IDataModel<IStorageMetrics>.HasChanged(string)
    IDataModel<IStorageMetrics>.IsPropertyAvailable(Expression<Func<IStorageMetrics, object>>)
    IDataModel<IStorageMetrics>.ArePropertiesAvailable(params Expression<Func<IStorageMetrics, object>>[])
    IDataModel<IStorageMetrics>.EnsureProperties(params Expression<Func<IStorageMetrics, object>>[])
    IDataModel<IStorageMetrics>.EnsurePropertiesAsync(params Expression<Func<IStorageMetrics, object>>[])
    IDataModel<IStorageMetrics>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IStorageMetrics>.ExecuteRequest(ApiRequest)
    IDataModel<IStorageMetrics>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IStorageMetrics>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IStorageMetrics>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IStorageMetrics>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IStorageMetrics : IDataModel<IStorageMetrics>, IDataModelParent, IDataModelWithContext, ISupportModules<IStorageMetrics>

    Properties

    All

    A special property used to add an asterisk to a $select statement

    Declaration
    object All { get; }
    Property Value
    object

    LastModified

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

    Declaration
    DateTime LastModified { get; }
    Property Value
    DateTime

    TotalFileCount

    Gets the total count of files in the storage resource.

    Declaration
    long TotalFileCount { get; }
    Property Value
    long

    TotalFileStreamSize

    Gets the total stream size of the storage resource.

    Declaration
    long TotalFileStreamSize { get; }
    Property Value
    long

    TotalSize

    Gets the total size of the storage resource.

    Declaration
    long TotalSize { get; }
    Property Value
    long

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<string, string>, Action<Dictionary<string, string>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<string, string>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer