DataWriteOptions interface
Signature:
export interface DataWriteOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
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. |