Class Blob
Stores immutable binary content.
public class Blob : ReferenceBase, IReferencable
- Inheritance
-
Blob
- Implements
- Inherited Members
- Extension Methods
Constructors
Blob(ObjectDatabase, ObjectId)
protected Blob(ObjectDatabase objectDatabase, ObjectId objectId)
Parameters
objectDatabase
ObjectDatabaseobjectId
ObjectId
Properties
Content
Gets the content.
public nint Content { get; }
Property Value
- nint
The content.
ObjectId
Gets the ObjectId.
public ObjectId ObjectId { get; }
Property Value
Size
Gets the size.
public int Size { get; }
Property Value
- int
The size.
Methods
Destroy()
Releases unmanaged and - optionally - managed resources
protected override void Destroy()
GetContentStream()
public Stream GetContentStream()