Header menu logo FSharp.ATProto

BlobRef Type

A reference to an uploaded blob, as returned by com.atproto.repo.uploadBlob. Contains both the raw JSON (for passing back to the API in embeds) and typed convenience fields.

Record fields

Record Field Description

Json

Full Usage: Json

Field type: JsonElement

The raw JSON element for the blob object. Pass this directly in embed records.

Field type: JsonElement

MimeType

Full Usage: MimeType

Field type: string

The MIME type of the blob (e.g., image/jpeg).

Field type: string

Ref

Full Usage: Ref

Field type: Cid

The content-addressed link (CID) of the blob.

Field type: Cid

Size

Full Usage: Size

Field type: int64

The size of the blob in bytes.

Field type: int64

Type something to start searching.