Show / Hide Table of Contents

Class ObjectDatabaseObject

Representation of an object as read from the database.

Inheritance
System.Object
NativeDisposable
ObjectDatabaseObject
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class ObjectDatabaseObject : NativeDisposable

Properties

| Improve this Doc View Source

Data

Declaration
public ReadOnlySpan<byte> Data { get; }
Property Value
Type Description
ReadOnlySpan<System.Byte>
| Improve this Doc View Source

Id

Declaration
public ObjectId Id { get; }
Property Value
Type Description
ObjectId
| Improve this Doc View Source

Size

Declaration
public long Size { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Type

Declaration
public ObjectType Type { get; }
Property Value
Type Description
ObjectType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX