CopyOnWrite
Defined in: src/backends/cow.ts:594
Overlay makes a read-only filesystem writable by storing writes on a second, writable file system. Deletes are persisted via metadata stored on the writable file system.
Extends
Section titled “Extends”_CopyOnWrite
Properties
Section titled “Properties”
readonlyname:"CopyOnWrite"='CopyOnWrite'
Defined in: src/backends/cow.ts:574
Inherited from
Section titled “Inherited from”_CopyOnWrite.name
options
Section titled “options”
readonlyoptions:object
Defined in: src/backends/cow.ts:575
journal
Section titled “journal”
readonlyjournal:object
journal.required
Section titled “journal.required”
readonlyrequired:false=false
journal.type
Section titled “journal.type”
readonlytype:"object"='object'
readable
Section titled “readable”
readonlyreadable:object
readable.required
Section titled “readable.required”
readonlyrequired:true=true
readable.type
Section titled “readable.type”
readonlytype:"object"='object'
writable
Section titled “writable”
readonlywritable:object
writable.required
Section titled “writable.required”
readonlyrequired:true=true
writable.type
Section titled “writable.type”
readonlytype:"object"='object'
Inherited from
Section titled “Inherited from”_CopyOnWrite.options
Methods
Section titled “Methods”create()
Section titled “create()”
readonlycreate(options):Promise<CopyOnWriteFS>
Defined in: src/backends/cow.ts:580
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<CopyOnWriteFS>
Inherited from
Section titled “Inherited from”_CopyOnWrite.create