2using System.Collections.Generic;
3using System.Runtime.Serialization;
14 #region Public Properties
21 [
Obsolete(
"This property has been replaced by meta_data.")]
28 #region IAPIResource_WithDataEndpoint Implementation
58 base.AfterMembersCloned(
_);
61 #endregion IAPIResource_WithDataEndpoint Implementation
62 #endregion Public Properties
Base class used by all types and resources.
Describes an endpoint off of some types of resources from which an associated "large data file" can b...
Describes a collection of resources which can be listed.
Specifies that a property is generated by the server and should not be specified on the client side d...
Indicates that the property, if left null, will have a default value generated and filled in by the s...
Representation of a simulation of a set of trials each representing an event occurrence sequence.
A pre-simulated representation of a Simulation (SimGrid).
LargeDataSubResource data
An endpoint for accessing or modifying the data file attached to this resource.
TaskStatus status
Status of the data file associated with this resource.
string status_message
Status message of the data file associated with this resource.
override void AfterMembersCloned(APIType _)
Invoked following construction if the current instance has been created using a member-wise clone of ...
int trial_count
Number of trials in this simulation.
Dictionary< string, object > notes
Notes about the simulation.
IReference< DataFile > data_file
A reference to the data attached to this resource. This field will automatically be created if you in...
Describes an APIResource class that adds a "/data" sub-resource, since this functionality is common t...
Dictionary< string, object > meta_data
Any user-defined metadata for this layer.
TaskStatus
The status of a data upload which may be in progress.