Class GetJobSummary
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Job execution summary.
[Serializable]
public record GetJobSummary : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetJobSummary>
- Inheritance
-
GetJobSummary
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Failed
Number of failed operations.
[JsonPropertyName("failed")]
public int? Failed { get; set; }
Property Value
- int?
Inserted
Number of inserted records.
[JsonPropertyName("inserted")]
public int? Inserted { get; set; }
Property Value
- int?
Total
Total number of operations.
[JsonPropertyName("total")]
public int? Total { get; set; }
Property Value
- int?
Updated
Number of updated records.
[JsonPropertyName("updated")]
public int? Updated { get; set; }
Property Value
- int?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.