Operation Class

Definition

An operation on a resource.

public class Operation
type Operation = class
Public Class Operation
Inheritance
Operation

Constructors

Operation()

Initializes a new instance of the Operation class.

Operation(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>)

Initializes a new instance of the Operation class.

Properties

CreatedTime

Gets or sets time when operation has started.

Errors

Gets or sets any errors associate with the operation.

ExpirationTime

Gets or sets time when operation will expire.

GeoMasterOperationId

Gets or sets applicable only for stamp operation ids.

Id

Gets or sets operation ID.

ModifiedTime

Gets or sets time when operation has been updated.

Name

Gets or sets operation name.

Status

Gets or sets the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'

Applies to