Collection Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Discovery.v1
public class Collection
The Collection type exposes the following members.
| Name | Description | |
|---|---|---|
| Collection | Initializes a new instance of the Collection class |
| Name | Description | |
|---|---|---|
| collection_id |
The unique identifier of the collection.
| |
| configuration_id |
The configuration identifier.
| |
| created |
The creation date of the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
| |
| description |
The description of the collection.
| |
| document_counts |
Object providing information about the documents in the collection.
| |
| name |
The name of the collection.
| |
| status |
The collection status.
| |
| updated |
The timestamp of the most recent update to the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
|