Class ObjectDatabaseObject
Representation of an object as read from the database.
Inheritance
System.Object
ObjectDatabaseObject
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
|
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