DataWeb
Search Results for

    Show / Hide Table of Contents

    Class StorageFileProperties

    Represents the properties of a storage file.

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

    Properties

    Length

    Gets or sets the length of the storage file in bytes.

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

    Type

    Gets or sets the MIME type of the storage file.

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