Class Blob
Stores immutable binary content.
public class Blob : ReferenceBase, IReferencable
  - Inheritance
 - 
      objectBlob
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
Blob(ObjectDatabase, ObjectId)
protected Blob(ObjectDatabase objectDatabase, ObjectId objectId)
  Parameters
objectDatabaseObjectDatabaseobjectIdObjectId
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()