Class DevicesLongRunningOperationMetadata
Tracks the status of a long-running operation to asynchronously update a batch of reseller metadata attached to devices. To learn more, read Long‑running batch operations.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class DevicesLongRunningOperationMetadata : IDirectResponseSchema
Properties
DevicesCount
The number of metadata updates in the operation. This might be different from the number of updates in the request if the API can't parse some of the updates.
Declaration
[JsonProperty("devicesCount")]
public virtual int? DevicesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessingStatus
The processing status of the operation.
Declaration
[JsonProperty("processingStatus")]
public virtual string ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Progress
The processing progress of the operation. Measured as a number from 0 to 100. A value of 10O doesn't always
mean the operation completed—check for the inclusion of a done
field.
Declaration
[JsonProperty("progress")]
public virtual int? Progress { get; set; }
Property Value
Type | Description |
---|---|
int? |