Class JobDataAttributes
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Contains the properties that indicate the current status of the job.
[DataContract]
public class JobDataAttributes
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
JobDataAttributes()
Initializes a new instance of the
public JobDataAttributes()
Properties
Status
Indicates the current status of the job, while the job is queued
, processing
, or failed
. If the job is finished, the server returns a HTTP 303 status with the location
parameter set to the URI to use to fetch the details of the download.
[DataMember(Name = "status", EmitDefaultValue = false)]
public string Status { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.