DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleAppStorageData.Storage

    Inheritance
    object
    ModuleAppStorageData.Storage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class ModuleAppStorageData.Storage

    Properties

    ActualSize

    Declaration
    public long ActualSize { get; set; }
    Property Value
    Type Description
    long

    MaxSize

    Declaration
    public long MaxSize { get; set; }
    Property Value
    Type Description
    long

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Percentage

    Declaration
    public double Percentage { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX