Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 1.58 KB

DocumentUpdate.md

File metadata and controls

90 lines (50 loc) · 1.58 KB

@affinda/affinda / Exports / DocumentUpdate

Interface: DocumentUpdate

Table of contents

Properties

Properties

collection

Optional collection: string

Uniquely identify a collection.


customIdentifier

Optional customIdentifier: string

Specify a custom identifier for the document if you need one, not required to be unique.


expiryTime

Optional expiryTime: string

The date/time in ISO-8601 format when the document will be automatically deleted. Defaults to no expiry.


fileName

Optional fileName: string

Optional filename of the file


identifier

Optional identifier: string

Deprecated in favor of customIdentifier.


isArchived

Optional isArchived: boolean


isConfirmed

Optional isConfirmed: boolean


isRejected

Optional isRejected: boolean


language

Optional language: string

Language code in ISO 639-1 format. Must specify zh-cn or zh-tw for Chinese.


skipParse

Optional skipParse: boolean