<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`DataWriteOptions`](DataWriteOptions) ## DataWriteOptions interface **Signature:** ```typescript export interface DataWriteOptions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`ctime?`](DataWriteOptions/ctime) | | <code>number</code> | _(Optional)_ Time of creation, represented as a unix timestamp, in milliseconds. Omit this if you want to keep the default behaviour. | | [`mtime?`](DataWriteOptions/mtime) | | <code>number</code> | _(Optional)_ Time of last modification, represented as a unix timestamp, in milliseconds. Omit this if you want to keep the default behaviour. |