Click or drag to resize

Collection Class

Details about the specified collection.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1Collection

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 Collection

The Collection type exposes the following members.

Constructors
  NameDescription
Public methodCollection
Initializes a new instance of the Collection class
Top
Properties
  NameDescription
Public propertycollection_id
The unique identifier of the collection.
Public propertyconfiguration_id
The configuration identifier.
Public propertycreated
The creation date of the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydescription
The description of the collection.
Public propertydocument_counts
Object providing information about the documents in the collection.
Public propertyname
The name of the collection.
Public propertystatus
The collection status.
Public propertyupdated
The timestamp of the most recent update to the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Top
See Also