Click or drag to resize

DocumentStatus Class

The document ID, configuration ID, document creation date, date of last document update, submission status, and notices associated with the document's submission.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DocumentStatus

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DocumentStatus

The DocumentStatus type exposes the following members.

Constructors
  NameDescription
Public methodDocumentStatus
Initializes a new instance of the DocumentStatus class
Top
Properties
  NameDescription
Public propertyconfiguration_id
Unique identifier of the configuration used to process the document.
Public propertycreated
The creation date of the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydocument_id
Unique identifier of the ingested document.
Public propertynotices
Array of notices produced by the document-ingestion process.
Public propertystatus
Status of the document in the ingestion process.
Public propertystatus_description
The description of the current document status.
Public propertyupdated
The timestamp of the most recent update to the document, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Top
See Also