Class DiffJobStatus
- Namespace
- Autodesk.ACC.ModelProperties.Models
- Assembly
- Autodesk.ACC.ModelProperties.dll
diff job status
public class DiffJobStatus : IParsable
- Inheritance
-
DiffJobStatus
- Implements
-
IParsable
- Inherited Members
Properties
Contents
Parameters to control content within the Index
public IndexContents? Contents { get; set; }
Property Value
CurVersionUrns
list all current versions this index depends upon
public List<string>? CurVersionUrns { get; set; }
Property Value
DiffId
diff id
public string? DiffId { get; set; }
Property Value
Errors
errors
public List<ResourceError>? Errors { get; set; }
Property Value
FieldsUrl
url for downloading the diff fields
public string? FieldsUrl { get; set; }
Property Value
ManifestUrl
url for downloading the diff manifest
public string? ManifestUrl { get; set; }
Property Value
PrevVersionUrns
list all previous versions this index depends upon
public List<string>? PrevVersionUrns { get; set; }
Property Value
ProjectId
project id
public string? ProjectId { get; set; }
Property Value
PropertiesUrl
url for downloading the diff properties
public string? PropertiesUrl { get; set; }
Property Value
QueryId
query id
public string? QueryId { get; set; }
Property Value
QueryResultsUrl
url for downloading the query result
public string? QueryResultsUrl { get; set; }
Property Value
RetryAt
timestamp
public DateTimeOffset? RetryAt { get; set; }
Property Value
SelfUrl
unique url for this job status
public string? SelfUrl { get; set; }
Property Value
State
job status
public JobState? State { get; set; }
Property Value
Stats
some higher level diff statistics
public DiffStats? Stats { get; set; }
Property Value
Type
type
public DiffJobStatus_type? Type { get; set; }
Property Value
UpdatedAt
timestamp
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static DiffJobStatus CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model