Search Results for

    Show / Hide Table of Contents

    Class DbContentHash

    Summary description for DbContentHash.

    Inheritance
    System.Object
    DbContentHash
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.DbEntities
    Assembly: ImageVault.Core.dll
    Syntax
    public class DbContentHash

    Constructors

    DbContentHash()

    Declaration
    public DbContentHash()

    Properties

    ContentLength

    The filesize of the hashed content

    Declaration
    public long ContentLength { get; set; }
    Property Value
    Type Description
    System.Int64

    Hash

    The Sha2-512 hash of the content in base64 format

    Declaration
    public string Hash { get; set; }
    Property Value
    Type Description
    System.String

    Id

    The Id of the content hash

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022