Skip to content

File

Extends

  • File

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.File.agentId

content?

optional content: string;

The file content Base64 encoded

Inherited from

bkper.File.content

contentType?

optional contentType: string;

The file content type

Inherited from

bkper.File.contentType

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.File.createdAt

id?

optional id: string;

The unique id that identifies the file in the book

Inherited from

bkper.File.id

name?

optional name: string;

The file name

Inherited from

bkper.File.name

properties?

optional properties: object;

The key/value custom properties of the File

Index Signature

[name: string]: string

Inherited from

bkper.File.properties

size?

optional size: number;

The file size in bytes

Inherited from

bkper.File.size

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.File.updatedAt

url?

optional url: string;

The file serving url

Inherited from

bkper.File.url