Click or drag to resize

Environment Class

An environment.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1Environment

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 Environment

The Environment type exposes the following members.

Constructors
  NameDescription
Public methodEnvironment
Initializes a new instance of the Environment class
Top
Properties
  NameDescription
Public propertycreated
Creation date of the environment, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydescription
Description of the environment, if available.
Public propertyenvironment_id
Unique identifier for this environment.
Public propertyindex_capacity
Disk and memory usage.
Public propertyname
Name that identifies the environment.
Public propertyread_only
Weather or not the environment is read only and maintained by IBM.
Public propertystatus
Status of the environment.
Public propertyupdated
Date of most recent environment update, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Top
See Also