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(Expression<Func<IStorageMetrics, Object>>[])
    IDataModel<IStorageMetrics>.EnsureProperties(Expression<Func<IStorageMetrics, Object>>[])
    IDataModel<IStorageMetrics>.EnsurePropertiesAsync(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
    System.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
    System.Int64

    TotalFileStreamSize

    Gets the total stream size of the storage resource.

    Declaration
    long TotalFileStreamSize { get; }
    Property Value
    System.Int64

    TotalSize

    Gets the total size of the storage resource.

    Declaration
    long TotalSize { get; }
    Property Value
    System.Int64

    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