DataWriteOptions

DataWriteOptions interface

Signature:

export interface DataWriteOptions 

Properties

PropertyModifiersTypeDescription
ctime?number(Optional) Time of creation, represented as a unix timestamp, in milliseconds. Omit this if you want to keep the default behaviour.
mtime?number(Optional) Time of last modification, represented as a unix timestamp, in milliseconds. Omit this if you want to keep the default behaviour.