Click or drag to resize

DocumentCounts Class

Information about the documents in the collection.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DocumentCounts

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 DocumentCounts

The DocumentCounts type exposes the following members.

Constructors
  NameDescription
Public methodDocumentCounts
Initializes a new instance of the DocumentCounts class
Top
Properties
  NameDescription
Public propertyavailable
The total number of ingested documents in the collection.
Public propertyfailed
The number of documents in the collection that failed to be ingested.
Public propertyprocessing
The number of documents in the collection that are currently being processed.
Top
See Also